Changeset 17 in text-formbuilder


Ignore:
Timestamp:
11/03/04 15:19:17 (19 years ago)
Author:
peter
Message:

removed fb.pl form MANIFEST
updated dependancies

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MANIFEST

    r1 r17  
    66lib/Text/FormBuilder.pm 
    77lib/Text/FormBuilder/Parser.pm 
    8 bin/fb.pl 
    98META.yml                                 Module meta-data (added by MakeMaker) 
  • trunk/Makefile.PL

    r7 r17  
    66    NAME              => 'Text::FormBuilder', 
    77    VERSION_FROM      => 'lib/Text/FormBuilder.pm', # finds $VERSION 
    8     EXE_FILES         => [ 'bin/fb.pl' ], 
     8##     EXE_FILES         => [ 'bin/fb.pl' ], 
    99    PREREQ_PM         => {  
    10                             CGI::FormBuilder => 2.12, 
     10                            CGI::FormBuilder => 2.13, 
    1111                         }, # e.g., Module::Name => 1.1 
    1212    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005 
    1313      (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>') : ()), 
    1515); 
  • trunk/README

    r1 r17  
    1 Text-FormBuilder version 0.01 
     1Text-FormBuilder version 0.04 
    22============================= 
    3  
    4 The README is used to introduce the module and provide instructions on 
    5 how to install the module, any machine dependencies it may have (for 
    6 example C compilers and installed libraries) and any other information 
    7 that should be provided before the module is installed. 
    8  
    9 A README file is required for CPAN modules since CPAN extracts the 
    10 README file from a module distribution so that people browsing the 
    11 archive can use it get an idea of the modules uses. It is usually a 
    12 good idea to provide version information here so that people can 
    13 decide whether fixes for the module are worth downloading. 
    143 
    154INSTALLATION 
     
    2615This module requires these other modules and libraries: 
    2716 
    28   blah blah blah 
     17  CGI::FormBuilder 2.13 
    2918 
    3019COPYRIGHT AND LICENCE 
    3120 
    32 Put the correct copyright and licence information here. 
     21Copyright (C) 2004 by Peter Eichman 
    3322 
    34 Copyright (C) 2004 by A. U. Thor 
     23This program is free software; you can redistribute it and/or 
     24modify it under the same terms as Perl itself. 
    3525 
    36 This library is free software; you can redistribute it and/or modify 
    37 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.