Changeset 16430 for lang/perl/Aspect

Show
Ignore:
Timestamp:
07/25/08 22:51:04 (4 months ago)
Author:
hanekomu
Message:

continued to update distribution to standard style

Location:
lang/perl/Aspect/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Aspect/trunk/MANIFEST.SKIP

    r9731 r16430  
    1010^Build$ 
    1111^blib/ 
     12^pm_to_blib/ 
    1213^_build/ 
    1314^MakeMaker-\d 
     
    2728\.old$ 
    2829\.swp$ 
     30\.tar$ 
     31\.tar\.gz$ 
    2932^#.*#$ 
    3033^\.# 
  • lang/perl/Aspect/trunk/Makefile.PL

    r16279 r16430  
    1010requires 'Test::Class'; 
    1111 
    12 build_requires 'Test::More' => '0.70'; 
    13 build_requires 'Test::Compile'; 
     12recommends 'Test::Pod'; 
     13recommends 'Test::Pod::Coverage'; 
     14 
     15test_requires 'Test::More' => '0.70'; 
     16test_requires 'Test::Compile'; 
    1417 
    1518auto_install;