diff options
-rw-r--r-- | MANIFEST | 4 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-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
@@ -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 |