[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Bundle::Omni



Sweet... I defined my first CPAN bundle thanks to these instructions:

http://www.cpan.org/misc/cpan-faq.html#How_make_bundle

Now instead of installing a million things we can just do this:

# perl -MCPAN -e 'install Bundle::Omni'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 06 Sep 2005 08:58:48 GMT
Bit::Vector is up to date.
CGI is up to date.
Class::Date is up to date.
Convert::EBCDIC is up to date.
Date::Calc is up to date.
DBI is up to date.
DBD::Informix is up to date.
DBD::Sybase is up to date.
Email::Valid is up to date.
ExtUtils::AutoInstall is up to date.
IPC::ShareLite is up to date.
Log::Log4perl is up to date.
MIME::Lite is up to date.
Template is up to date.
Test::More is up to date.
Test::Pod is up to date.
Text::Format is up to date.
XML::Parser is up to date.
XML::Twig is up to date.

And all those classes dependencies are also installed... Wheee!

Anyone use CPANPLUS? Is that considered the cool way yet?

j