summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 16:07:07 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 16:09:13 +0100
commit8c5b8ff02c62badaeb38078556879720bdf8945a (patch)
tree6a17a03fd59f1b4719f2159c132adaea88e92226
parente9bdeacf40b4e2e5954ea00d091c146c150cf3ec (diff)
downloadperl-8c5b8ff02c62badaeb38078556879720bdf8945a.tar.gz
Move Term::Cap from ext/ to cpan/
-rw-r--r--MANIFEST4
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Term-Cap/Cap.pm (renamed from ext/Term-Cap/Cap.pm)0
-rw-r--r--cpan/Term-Cap/test.pl (renamed from ext/Term-Cap/test.pl)0
4 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index 23ab5c3c0f..ec361155b6 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 feb94d0fa4..f0ac36a7ee 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
index 004a03c412..004a03c412 100644
--- a/ext/Term-Cap/Cap.pm
+++ b/cpan/Term-Cap/Cap.pm
diff --git a/ext/Term-Cap/test.pl b/cpan/Term-Cap/test.pl
index 76ec96dabd..76ec96dabd 100644
--- a/ext/Term-Cap/test.pl
+++ b/cpan/Term-Cap/test.pl