Common-CLI This is module was designed to make the life easier for those wanting to write command line interface programs with Perl. For me, life is too short for copy and paste calls and definitions for Getopt::Long, and validating its input data. So, basically Common::CLI is used to glue Getopt::Long and Data::FormValidator, and let you focus on your business. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Common::CLI You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Common-CLI AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Common-CLI CPAN Ratings http://cpanratings.perl.org/d/Common-CLI Search CPAN http://search.cpan.org/dist/Common-CLI COPYRIGHT AND LICENCE Copyright (C) 2008 Igor Sutton This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.