Changeset 9671

Show
Ignore:
Timestamp:
04/18/08 13:15:14 (8 months ago)
Author:
typester
Message:

Catalyst::Devel 依存をオプションに

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Catalyst-Controller-Resources/trunk/Makefile.PL

    r6694 r9671  
    44 
    55requires('Catalyst::Runtime' => 5.70); 
    6 requires('Catalyst::Devel'); # Catalyst::Helper 
    76requires('Class::C3'); 
     7 
     8feature 'Catalyst::Helper support', 
     9    -default          => 0, 
     10    'Catalyst::Devel' => '1.0'; 
    811 
    912build_requires('Test::More');