Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created June 28, 2015 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugexe/d2e26de84f4c719e2b0d to your computer and use it in GitHub Desktop.
Save ugexe/d2e26de84f4c719e2b0d to your computer and use it in GitHub Desktop.
nickl@localhost:~/perl6/zef$ perl6 -Ilib bin/zef --version="0.2" search
===> Found 6 results
------------------------------------------------------------------------------------------------------------
ID | Package | Version | Description
------------------------------------------------------------------------------------------------------------
1 | Sort::Naturally | 0.2.0 | Provides several routines to ease natural sorting.
2 | IRC::Utils | 0.2.0 | A Perl 6 port of the IRC::Utils module
3 | SSL | 0.2.0 | Perl6 interface to OpenSSL
4 | JSON::Fast | v0.2 | A naive, but hopefully fast json parser; drop-in replacement for JSON::Tiny
5 | GD::Raw | 0.2 | Low level language bindings to GD Graphics Library
6 | Cairo | v0.2 | Cairo 2D graphics library
------------------------------------------------------------------------------------------------------------
nickl@localhost:~/perl6/zef$ perl6 -Ilib bin/zef --version="1.2" search
===> Found 2 results
------------------------------------------------------------------------
ID | Package | Version | Description
------------------------------------------------------------------------
1 | MIME::Base64 | 1.2 | Encoding and decoding Base64 ASCII strings
2 | Foo | 1.2.0 | Test for installation of same named dists
------------------------------------------------------------------------
nickl@localhost:~/perl6/zef$ perl6 -Ilib bin/zef --version="1.2+" search
===> Found 8 results
--------------------------------------------------------------------------------------------------------------
ID | Package | Version | Description
--------------------------------------------------------------------------------------------------------------
1 | MIME::Base64 | 1.2 | Encoding and decoding Base64 ASCII strings
2 | Yapsi | 2011.02 | A Perl 6 compiler-and-runtime written in Perl 6
3 | Foo | 1.2.0 | Test for installation of same named dists
4 | Test::Corpus | 2.0.5 | Run a test function against a directory of input and expected output files
5 | Test::ClientServer | 2.0.0 | Multithreading wrapper for testing network server/client code
6 | Time::Duration | 2.00 | Rounded or exact English expression of durations
7 | Serialize::Tiny | 1 | A very simple `serialize` sub to get public attribute values
8 | Font::AFM | 1.23 | Interface to Adobe Font Metrics files
--------------------------------------------------------------------------------------------------------------
nickl@localhost:~/perl6/zef$ perl6 -Ilib bin/zef --version="1.2+" search Zef
===> Found 0 results
nickl@localhost:~/perl6/zef$ perl6 -Ilib bin/zef --version="*" search Zef
===> Found 1 results
------------------------------------------------
ID | Package | Version | Description
------------------------------------------------
1 | Zef | * | CPAN but better. Maybe?
------------------------------------------------
nickl@localhost:~/perl6/zef$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment