Changeset 1216

Show
Ignore:
Timestamp:
08/19/08 01:35:52 (5 months ago)
Author:
dom
Message:

Correctly specify all build_requires (fixes #245)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Build.PL

    r1156 r1216  
    316316    build_requires => { 
    317317        'Module::Build' => '0.26', # API change for accessing config data 
     318        'Class::Accessor'                     => 0, 
     319        'Config::Tiny'                        => 0, 
     320        'Data::Dumper'                        => 0, 
    318321        }, 
    319322    recommends => { 
  • trunk/Changes

    r1208 r1216  
    33More detailed changelogs can be found at 
    44<http://dev.openguides.org/log/trunk>. 
     5 
     60.64 
     7        Correctly specify all build_requires (#245) 
    58 
    690.63    16 August 2008