From: Nicholas Clark Date: Fri, 2 Oct 2009 15:07:07 +0000 (+0100) Subject: Move Term::Cap from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c5b8ff02c62badaeb38078556879720bdf8945a;p=p5sagit%2Fp5-mst-13.2.git Move Term::Cap from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 23ab5c3..ec36115 100644 --- 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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index feb94d0..f0ac36a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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, }, diff --git a/ext/Term-Cap/Cap.pm b/cpan/Term-Cap/Cap.pm similarity index 100% rename from ext/Term-Cap/Cap.pm rename to cpan/Term-Cap/Cap.pm diff --git a/ext/Term-Cap/test.pl b/cpan/Term-Cap/test.pl similarity index 100% rename from ext/Term-Cap/test.pl rename to cpan/Term-Cap/test.pl