Changeset 17 in text-formbuilder
Legend:
- Unmodified
- Added
- Removed
-
trunk/MANIFEST
r1 r17 6 6 lib/Text/FormBuilder.pm 7 7 lib/Text/FormBuilder/Parser.pm 8 bin/fb.pl9 8 META.yml Module meta-data (added by MakeMaker) -
trunk/Makefile.PL
r7 r17 6 6 NAME => 'Text::FormBuilder', 7 7 VERSION_FROM => 'lib/Text/FormBuilder.pm', # finds $VERSION 8 EXE_FILES => [ 'bin/fb.pl' ],8 ## EXE_FILES => [ 'bin/fb.pl' ], 9 9 PREREQ_PM => { 10 CGI::FormBuilder => 2.1 2,10 CGI::FormBuilder => 2.13, 11 11 }, # e.g., Module::Name => 1.1 12 12 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 13 13 (ABSTRACT_FROM => 'lib/Text/FormBuilder.pm', # retrieve abstract from module 14 AUTHOR => 'Peter Eichman <peichman@ wam.umd.edu>') : ()),14 AUTHOR => 'Peter Eichman <peichman@cpan.org>') : ()), 15 15 ); -
trunk/README
r1 r17 1 Text-FormBuilder version 0.0 11 Text-FormBuilder version 0.04 2 2 ============================= 3 4 The README is used to introduce the module and provide instructions on5 how to install the module, any machine dependencies it may have (for6 example C compilers and installed libraries) and any other information7 that should be provided before the module is installed.8 9 A README file is required for CPAN modules since CPAN extracts the10 README file from a module distribution so that people browsing the11 archive can use it get an idea of the modules uses. It is usually a12 good idea to provide version information here so that people can13 decide whether fixes for the module are worth downloading.14 3 15 4 INSTALLATION … … 26 15 This module requires these other modules and libraries: 27 16 28 blah blah blah17 CGI::FormBuilder 2.13 29 18 30 19 COPYRIGHT AND LICENCE 31 20 32 Put the correct copyright and licence information here. 21 Copyright (C) 2004 by Peter Eichman 33 22 34 Copyright (C) 2004 by A. U. Thor 23 This program is free software; you can redistribute it and/or 24 modify it under the same terms as Perl itself. 35 25 36 This library is free software; you can redistribute it and/or modify37 it under the same terms as Perl itself, either Perl version 5.8.4 or,38 at your option, any later version of Perl 5 you may have available.39 40
Note: See TracChangeset
for help on using the changeset viewer.