Move Term::Cap from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 15:07:07 +0000 (16:07 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/Term-Cap/Cap.pm [moved from ext/Term-Cap/Cap.pm with 100% similarity]
cpan/Term-Cap/test.pl [moved from ext/Term-Cap/test.pl with 100% similarity]

index 23ab5c3..ec36115 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1983,6 +1983,8 @@ cpan/Term-ANSIColor/ANSIColor.pm  Perl module supporting termcap usage
 cpan/Term-ANSIColor/ChangeLog          Term::ANSIColor
 cpan/Term-ANSIColor/README             Term::ANSIColor
 cpan/Term-ANSIColor/t/basic.t          Tests for Term::ANSIColor
+cpan/Term-Cap/Cap.pm                   Perl module supporting termcap usage
+cpan/Term-Cap/test.pl                  See if Term::Cap works
 cpan/Term-UI/lib/Term/UI/History.pm    Term::UI
 cpan/Term-UI/lib/Term/UI.pm            Term::UI
 cpan/Term-UI/t/00_load.t               Term::UI tests
@@ -2901,8 +2903,6 @@ ext/Storable/t/weak.t             Can Storable store weakrefs
 ext/Sys-Hostname/Hostname.pm   Sys::Hostname extension Perl module
 ext/Sys-Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys-Hostname/t/Hostname.t  See if Sys::Hostname works
-ext/Term-Cap/Cap.pm                    Perl module supporting termcap usage
-ext/Term-Cap/test.pl                   See if Term::Cap works
 ext/Test-Simple/Changes                                        Test::Simple changes
 ext/Test-Simple/lib/Test/Builder/Module.pm             Base class for test modules
 ext/Test-Simple/lib/Test/Builder.pm                    For writing new test libraries
index feb94d0..f0ac36a 100755 (executable)
@@ -1394,7 +1394,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'jstowe',
        'DISTRIBUTION'  => 'JSTOWE/Term-Cap-1.12.tar.gz',
-       'FILES'         => q{ext/Term-Cap},
+       'FILES'         => q[cpan/Term-Cap],
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
        },
similarity index 100%
rename from ext/Term-Cap/Cap.pm
rename to cpan/Term-Cap/Cap.pm
similarity index 100%
rename from ext/Term-Cap/test.pl
rename to cpan/Term-Cap/test.pl