The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module ExtUtils::ModuleMaker::TT

0.81 Fri Nov 11 12:30:29 EST 2005
    - fixed pod escapes in templates

0.80 Fri Nov 11 11:08:59 EST 2005
    - major internal changes for compatibility with EU::MM 0.43
    - significatly expanded tests for makeperlmod program

0.79 Thu Sep 15 06:47:26 EDT 2005
    - changed verify_values to validate_values for EU::MM 0.39 compatibility

0.78 Fri Sep  2 07:09:03 EDT 2005
    - fixed incorrect "create_makefile_pl" option in Build.PL template
    - switched templates to consistently use spaces instead of mixed
      spaces and tabs for indentation

0.77 Thu Sep  1 21:02:25 EDT 2005
    - changed internals to match changes in ExtUtils::ModuleMaker
    - updated dependencies in Build.PL
    - updated default templates

0.76 Thu Jun  9 23:02:40 EDT 2005
    - removed pod/podcoverage tests to minimize dependencies

0.75 Tue Jun  7 18:04:53 EDT 2005
    - updated Build.PL dependencies
    - changed Makefile compatibility to traditional

0.74 Sun Mar 13 20:56:06 EST 2005
    - added pod and pod coverage tests
    - updated script version from 0.72 to 0.74
    - overrode Create_Base_Directory to use absolute Base_Dir parameter
    - changed tests to use temporary directories
    - cleaned up some testing of single module creation
    - switched Makefile.PL to passthrough version from Module::Build

0.73 Tue May 11 17:28:57 EDT 2004
    - removed Test::Distribution from requirements in Build.PL
    - make distribution test optional depending on presence of 
      Test::Distribution

0.72 Thu Apr 22 07:07:00 EDT 2004
    - fixed makeperlmod config file bug

0.71 Thu Apr 22 06:29:21 EDT 2004
    - fixed up template bugs
    - "makeperlmod -d" now takes a file argument rather than sending the
      config to stdout

0.70 Sun Mar  7 18:56:00 EST 2004
    - initial release version
    - basic functionality working
    - makeperlmod script working