Changeset 38002

Show
Ignore:
Timestamp:
07/22/10 08:22:23 (3 years ago)
Author:
tokuhirom
Message:

modernize package

Location:
lang/perl/MooseX-Plaggerize/trunk
Files:
1 added
1 modified
3 moved

Legend:

Unmodified
Added
Removed
  • lang/perl/MooseX-Plaggerize/trunk/Makefile.PL

    r38000 r38002  
    33all_from 'lib/MooseX/Plaggerize.pm'; 
    44 
    5 requires 'Moose'        => '0.70'; 
     5requires 'Moose'        => '1.08'; 
    66requires 'Scalar::Util' => '1.19'; 
     7 
     8author_tests 'xt'; 
    79 
    810tests 't/*.t t/*/*.t t/*/*/*.t'; 
    911build_requires 'Test::More'; 
    1012build_requires 'YAML'; 
    11 use_test_base; 
    1213auto_include; 
    1314WriteAll;