summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 16:59:53 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 17:51:17 +0100
commit0b29b2838a20fccb78eeb72804f1dde93533707a (patch)
tree76578122b6602853399e43d973fe74530bad2005
parentf4e6b6923ba5d1ff0ca1ddc96955a42cab82e1e4 (diff)
downloadperl-0b29b2838a20fccb78eeb72804f1dde93533707a.tar.gz
Move Term::ANSIColor from ext/ to cpan/
-rw-r--r--MANIFEST8
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Term-ANSIColor/ANSIColor.pm (renamed from ext/Term-ANSIColor/ANSIColor.pm)0
-rw-r--r--cpan/Term-ANSIColor/ChangeLog (renamed from ext/Term-ANSIColor/ChangeLog)0
-rw-r--r--cpan/Term-ANSIColor/README (renamed from ext/Term-ANSIColor/README)0
-rw-r--r--cpan/Term-ANSIColor/t/basic.t (renamed from ext/Term-ANSIColor/t/basic.t)0
6 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index 0a4b51fd17..a340b57a35 100644
--- 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
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index a7f1bd9da0..455bb8ab4a 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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',
diff --git a/ext/Term-ANSIColor/ANSIColor.pm b/cpan/Term-ANSIColor/ANSIColor.pm
index 1ee7a1ef7a..1ee7a1ef7a 100644
--- a/ext/Term-ANSIColor/ANSIColor.pm
+++ b/cpan/Term-ANSIColor/ANSIColor.pm
diff --git a/ext/Term-ANSIColor/ChangeLog b/cpan/Term-ANSIColor/ChangeLog
index 9888ad1afb..9888ad1afb 100644
--- a/ext/Term-ANSIColor/ChangeLog
+++ b/cpan/Term-ANSIColor/ChangeLog
diff --git a/ext/Term-ANSIColor/README b/cpan/Term-ANSIColor/README
index 94391c006f..94391c006f 100644
--- a/ext/Term-ANSIColor/README
+++ b/cpan/Term-ANSIColor/README
diff --git a/ext/Term-ANSIColor/t/basic.t b/cpan/Term-ANSIColor/t/basic.t
index 748cdcc723..748cdcc723 100644
--- a/ext/Term-ANSIColor/t/basic.t
+++ b/cpan/Term-ANSIColor/t/basic.t