Created
December 1, 2015 23:37
-
-
Save zoffixznet/7cd03ed84dbbb4db8fa3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zoffix@ZofMain:/tmp/tmp.kp4DRBh6nj/perl6-mime-types$ panda install . | |
==> Installing MIME::Types from a local directory '.' | |
==> Fetching MIME::Types | |
==> Building MIME::Types | |
==> Testing MIME::Types | |
t/mime.t .. ok | |
All tests successful. | |
Files=1, Tests=5, 2 wallclock secs ( 0.01 usr 0.01 sys + 2.02 cusr 0.07 csys = 2.11 CPU) | |
Result: PASS | |
==> Installing MIME::Types | |
==> Successfully installed MIME::Types | |
zoffix@ZofMain:/tmp/tmp.kp4DRBh6nj/perl6-mime-types$ ls | |
doc lib META.info README t | |
zoffix@ZofMain:/tmp/tmp.kp4DRBh6nj/perl6-mime-types$ perl6 -MMime::Types -e 'say MIME::Types.new.type("txt")' | |
===SORRY!=== | |
Could not find Mime::Types:ver<True>:auth<True>:api<True> in: | |
/home/zoffix/.perl6/2015.11-316-ga4ca12a | |
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site | |
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/vendor | |
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment