Move Term::ANSIColor from ext/ to cpan/
Nicholas Clark [Sat, 26 Sep 2009 15:59:53 +0000 (16:59 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/Term-ANSIColor/ANSIColor.pm [moved from ext/Term-ANSIColor/ANSIColor.pm with 100% similarity]
cpan/Term-ANSIColor/ChangeLog [moved from ext/Term-ANSIColor/ChangeLog with 100% similarity]
cpan/Term-ANSIColor/README [moved from ext/Term-ANSIColor/README with 100% similarity]
cpan/Term-ANSIColor/t/basic.t [moved from ext/Term-ANSIColor/t/basic.t with 100% similarity]

index 0a4b51f..a340b57 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -748,6 +748,10 @@ cpan/Sys-Syslog/win32/PerlLog_dll.uu       Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog.mc       Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog_RES.uu   Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/Win32.pm         Sys::Syslog extension Win32 related file
+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
 Cross/build-arm-n770-sh        Cross-compilation
 Cross/cflags-cross-arm Cross-compilation
 Cross/config           Cross-compilation
@@ -2580,10 +2584,6 @@ ext/Switch/t/switch.t            See if Perl 5 switch works
 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-ANSIColor/ANSIColor.pm                Perl module supporting termcap usage
-ext/Term-ANSIColor/ChangeLog           Term::ANSIColor
-ext/Term-ANSIColor/README              Term::ANSIColor
-ext/Term-ANSIColor/t/basic.t           Tests for Term::ANSIColor
 ext/Term-Cap/Cap.pm                    Perl module supporting termcap usage
 ext/Term-Cap/test.pl                   See if Term::Cap works
 ext/Term-UI/lib/Term/UI/History.pm     Term::UI
index a7f1bd9..455bb8a 100755 (executable)
@@ -1390,7 +1390,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'rra',
        'DISTRIBUTION'  => 'RRA/ANSIColor-2.02.tar.gz',
-       'FILES'         => q{ext/Term-ANSIColor},
+       'FILES'         => q{cpan/Term-ANSIColor},
        'EXCLUDED'      => [ qr{^tests/}, qw(t/pod-spelling.t t/pod.t) ],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',