diff options
author | Todd Rinaldo <toddr@cpan.org> | 2011-12-23 20:17:58 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-23 21:30:46 +0000 |
commit | c05040198c1a12131b23c4530e9dbb3468d26f76 (patch) | |
tree | 360bac2a0eb81c5a35b5d73d2e658720cb7fbdca /t/TEST | |
parent | 52c7aca67283e2d012cedda5e24ec7effb0dd0aa (diff) | |
download | perl-c05040198c1a12131b23c4530e9dbb3468d26f76.tar.gz |
Move Tie-File out of cpan/ and into dist/
Tie::File has not been changed on CPAN since 2003. It has meanwhile been
actively maintained in p5p.
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,13 +51,13 @@ my %abs = ( '../cpan/Pod-Simple' => 1, '../cpan/Term-UI' => 1, '../cpan/Test-Simple' => 1, - '../cpan/Tie-File' => 1, '../cpan/podlators' => 1, '../dist/Cwd' => 1, '../dist/ExtUtils-Command' => 1, '../dist/ExtUtils-Install' => 1, '../dist/ExtUtils-Manifest' => 1, '../dist/ExtUtils-ParseXS' => 1, + '../dist/Tie-File' => 1, ); my %temp_no_core = |