Changeset 92 in text-formbuilder


Ignore:
Timestamp:
03/14/12 00:18:31 (12 years ago)
Author:
peter
Message:
  • added the META.* files back to the MANIFEST
  • added the lib/Text/FormBuilder/Parser.pm.PL script to the MANIFEST
  • added Module::Build as a configure_requires module to Build.PL
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Build.PL

    r91 r92  
    33    module_name => 'Text::FormBuilder', 
    44    license  => 'perl', 
     5    configure_requires => { 
     6        Module::Build => 0.30, 
     7    }, 
    58    requires => { 
    69        CGI::FormBuilder => 3.0, 
  • trunk/MANIFEST

    r91 r92  
    1010lib/Text/FormBuilder/Examples.pod 
    1111lib/Text/FormBuilder/grammar 
     12lib/Text/FormBuilder/Parser.pm.PL 
    1213lib/Class/ParseText/Base.pm 
     14META.yml 
     15META.json 
Note: See TracChangeset for help on using the changeset viewer.