Changeset 91 in text-formbuilder for trunk/README


Ignore:
Timestamp:
03/13/12 23:48:47 (12 years ago)
Author:
peter
Message:
  • switched from EU::MakeMaker to Module::Build
  • pre-compile the Text::FormBuilder::Parser as part of the build process, using a .PL file
  • updated the module version to 0.14
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r89 r91  
    1 Text-FormBuilder version 0.12 
     1Text-FormBuilder version 0.14 
    22============================= 
    33 
     
    66To install this module type the following: 
    77 
    8    perl Makefile.PL 
    9    make 
    10    make test 
    11    make install 
     8   perl Build.PL 
     9   ./Build 
     10   ./Build test 
     11   ./Build install 
    1212 
    1313DEPENDENCIES 
Note: See TracChangeset for help on using the changeset viewer.