summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 17:07:27 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 17:51:18 +0100
commit4ad67102a0d8b995c4ee8bc45ab608975f18659c (patch)
tree0de1a01dd7f7ab316ba004ead5848ff315851513
parent0b29b2838a20fccb78eeb72804f1dde93533707a (diff)
downloadperl-4ad67102a0d8b995c4ee8bc45ab608975f18659c.tar.gz
Move Term::UI from ext/ to cpan/
-rw-r--r--MANIFEST10
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Term-UI/lib/Term/UI.pm (renamed from ext/Term-UI/lib/Term/UI.pm)0
-rw-r--r--cpan/Term-UI/lib/Term/UI/History.pm (renamed from ext/Term-UI/lib/Term/UI/History.pm)0
-rw-r--r--cpan/Term-UI/t/00_load.t (renamed from ext/Term-UI/t/00_load.t)0
-rw-r--r--cpan/Term-UI/t/01_history.t (renamed from ext/Term-UI/t/01_history.t)0
-rw-r--r--cpan/Term-UI/t/02_ui.t (renamed from ext/Term-UI/t/02_ui.t)0
7 files changed, 6 insertions, 6 deletions
diff --git a/MANIFEST b/MANIFEST
index a340b57a35..0dda922214 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -752,6 +752,11 @@ 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-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
+cpan/Term-UI/t/01_history.t Term::UI tests
+cpan/Term-UI/t/02_ui.t Term::UI tests
Cross/build-arm-n770-sh Cross-compilation
Cross/cflags-cross-arm Cross-compilation
Cross/config Cross-compilation
@@ -2586,11 +2591,6 @@ 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/Term-UI/lib/Term/UI/History.pm Term::UI
-ext/Term-UI/lib/Term/UI.pm Term::UI
-ext/Term-UI/t/00_load.t Term::UI tests
-ext/Term-UI/t/01_history.t Term::UI tests
-ext/Term-UI/t/02_ui.t Term::UI tests
ext/Test-Harness/bin/prove The prove harness utility
ext/Test-Harness/Changes Test::Harness change log
ext/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 455bb8ab4a..69d7dfcd24 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1409,7 +1409,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'kane',
'DISTRIBUTION' => 'KANE/Term-UI-0.20.tar.gz',
- 'FILES' => q{ext/Term-UI},
+ 'FILES' => q{cpan/Term-UI},
'CPAN' => 1,
'UPSTREAM' => 'cpan',
},
diff --git a/ext/Term-UI/lib/Term/UI.pm b/cpan/Term-UI/lib/Term/UI.pm
index 136f75bb6a..136f75bb6a 100644
--- a/ext/Term-UI/lib/Term/UI.pm
+++ b/cpan/Term-UI/lib/Term/UI.pm
diff --git a/ext/Term-UI/lib/Term/UI/History.pm b/cpan/Term-UI/lib/Term/UI/History.pm
index 1d77c01c6f..1d77c01c6f 100644
--- a/ext/Term-UI/lib/Term/UI/History.pm
+++ b/cpan/Term-UI/lib/Term/UI/History.pm
diff --git a/ext/Term-UI/t/00_load.t b/cpan/Term-UI/t/00_load.t
index aacd60f711..aacd60f711 100644
--- a/ext/Term-UI/t/00_load.t
+++ b/cpan/Term-UI/t/00_load.t
diff --git a/ext/Term-UI/t/01_history.t b/cpan/Term-UI/t/01_history.t
index b0219de735..b0219de735 100644
--- a/ext/Term-UI/t/01_history.t
+++ b/cpan/Term-UI/t/01_history.t
diff --git a/ext/Term-UI/t/02_ui.t b/cpan/Term-UI/t/02_ui.t
index 6e0b34ae32..6e0b34ae32 100644
--- a/ext/Term-UI/t/02_ui.t
+++ b/cpan/Term-UI/t/02_ui.t