Changeset 9577

Show
Ignore:
Timestamp:
12/09/09 16:40:33 (9 months ago)
Author:
adamk
Message:

Adding Template::Tiny to dependencies in preparation for file creation rework

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Makefile.PL

    r9562 r9577  
    2525 
    2626 
    27 # Configure-time dependencies MUST be done first 
     27# Configure-time dependencies MUST be done first. 
     28# This version ensures that we have a new MakeMaker that 
     29# WON'T load modules to determine the version. 
     30# This _SHOULD_ theoretically make the "require Test::NoWarnings". 
     31# stuff above here no longer needed. 
    2832configure_requires 'ExtUtils::MakeMaker' => '6.52'; 
    2933 
     
    117121requires 'Probe::Perl'             => '0.01'; 
    118122requires 'Storable'                => '2.15'; 
     123requires 'Template::Tiny'          => '0.02'; 
    119124requires 'Term::ReadLine'          => 0; 
    120125requires 'Text::Balanced'          => 0;