The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bundle::CommonModules - Perl extension for assisting automatic installation of common Perl modules.

SYNOPSIS

  use Bundle::CommonModules;
  

DESCRIPTION

This module does nothing, so doing a 'use' is silly. This module is intended to be useful as a way to automatically install a variety of common Perl modules that are not in the core distribution, but may or may not be useful in the wide world of real-world script writing.

EXPORT

None by default.

SEE ALSO

There is a module named Bundle::Everything which includes all CPAN modules. however, it is not useful because it fails the first time you do not have a library that some module requires.

This bundle will require no libraries for installatino and do everything it can to keep going after any failure, so at least you get some modules installed.

There is no mailing list for this module. If you have a suggestion for a module to be included, send an email or post an enhancement request / bug report for this module in the http://rt.cpan.org site.

AUTHOR

Kevin Rice, <kevin@justanyone.com<gt>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Kevin J. Rice, Prairie Grove IL 60014 USA

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.