Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
294 stars 89 forks source link

zef install . fails (MIME::Types) #75

Closed camstuart closed 2 years ago

camstuart commented 3 years ago

When running zef install . from the examples directory, an error occurs:

===> Failed to find dependencies: MIME::Types

See also: https://github.com/raku-community-modules/perl6-mime-types/issues/8

JJ commented 3 years ago

But the problem here is that it's not released. Might or might not fail...

coke commented 2 years ago

MIME::Types appears to be in the ecosystem now (I already have it installed).

The install still fails, but now it's because the tests fail: see #80

(also we should consider making this not installable, it looks like it's just convenience libs that aren't meant to be shared)