garu / App-Rad

Rapid (and easy!) creation of command-line applications

This URL has Read+Write access

name age message
file .cvsignore Wed May 06 18:39:50 -0700 2009 Initial commit [Breno G. de Oliveira]
file Changes Sun Dec 27 21:40:35 -0800 2009 moving create_command_name() around [garu]
file MANIFEST Sat Aug 15 21:43:08 -0700 2009 updated MANIFEST [garu]
file Makefile.PL Wed May 06 18:39:50 -0700 2009 Initial commit [Breno G. de Oliveira]
file README Wed May 06 18:39:50 -0700 2009 Initial commit [Breno G. de Oliveira]
file TODO Sun Sep 13 00:49:12 -0700 2009 Added default value support, argument conflict ... [awnstudio]
directory bin/ Fri Jan 01 11:21:30 -0800 2010 taking off the required [smokemachine]
directory examples/ Tue Dec 29 21:11:18 -0800 2009 fixing off-by-one error in listing [garu]
directory lib/ Fri Jan 01 11:42:55 -0800 2010 arguments added to usage [smokemachine]
file pm_to_blib Wed May 06 18:39:50 -0700 2009 Initial commit [Breno G. de Oliveira]
directory t/ Sun Dec 27 21:40:35 -0800 2009 moving create_command_name() around [garu]
README
App-Rad

This is the general README file for installing the App-Rad module. 
Please refer to the main POD for usage documentation.

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 App::Rad

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Rad

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/App-Rad

    CPAN Ratings
        http://cpanratings.perl.org/d/App-Rad

    Search CPAN
        http://search.cpan.org/dist/App-Rad


COPYRIGHT AND LICENCE

Copyright (C) 2008 Breno G. de Oliveira

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.