From: Nicholas Clark Date: Sat, 26 Sep 2009 15:59:53 +0000 (+0100) Subject: Move Term::ANSIColor from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b29b2838a20fccb78eeb72804f1dde93533707a;p=p5sagit%2Fp5-mst-13.2.git Move Term::ANSIColor from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 0a4b51f..a340b57 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 a7f1bd9..455bb8a 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 similarity index 100% rename from ext/Term-ANSIColor/ANSIColor.pm rename to cpan/Term-ANSIColor/ANSIColor.pm diff --git a/ext/Term-ANSIColor/ChangeLog b/cpan/Term-ANSIColor/ChangeLog similarity index 100% rename from ext/Term-ANSIColor/ChangeLog rename to cpan/Term-ANSIColor/ChangeLog diff --git a/ext/Term-ANSIColor/README b/cpan/Term-ANSIColor/README similarity index 100% rename from ext/Term-ANSIColor/README rename to cpan/Term-ANSIColor/README diff --git a/ext/Term-ANSIColor/t/basic.t b/cpan/Term-ANSIColor/t/basic.t similarity index 100% rename from ext/Term-ANSIColor/t/basic.t rename to cpan/Term-ANSIColor/t/basic.t