Show
Ignore:
Timestamp:
03/08/09 16:55:05 (4 years ago)
Author:
charsbar
Message:

Path-Extended: fixed unstable compat test; better pod coverage; better subsclassing; added "basename" to dir; close before rmdir, and after children; 0.10 -> CPAN

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Path-Extended/trunk/MANIFEST

    r30767 r30946  
    1515t/30_directory.t 
    1616t/40_compatibility.t 
     17t/50_subclass.t 
    1718t/99_pod.t 
    1819t/99_podcoverage.t 
     20t/lib/Path/Extended/Test.pm 
    1921t/lib/Path/Extended/Test/Compatibility/Basic.pm 
    2022t/lib/Path/Extended/Test/Compatibility/Filesystem.pm 
     23t/lib/Path/Extended/Test/Dir.pm 
    2124t/lib/Path/Extended/Test/Dir/Copy.pm 
    2225t/lib/Path/Extended/Test/Dir/Exists.pm 
     
    2730t/lib/Path/Extended/Test/Dir/Seek.pm 
    2831t/lib/Path/Extended/Test/Entity/Log.pm 
     32t/lib/Path/Extended/Test/File.pm 
    2933t/lib/Path/Extended/Test/File/Copy.pm 
    3034t/lib/Path/Extended/Test/File/Grep.pm 
     
    3438t/lib/Path/Extended/Test/File/Slurp.pm 
    3539t/lib/Path/Extended/Test/File/Stat.pm 
     40t/lib/Path/Extended/Test/Subclass/Dir.pm 
     41t/lib/Path/Extended/Test/Subclass/File.pm 
     42t/lib/Path/Extended/Test/Subclass/Import.pm