summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST10
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--ext/Term-UI/lib/Term/UI.pm (renamed from lib/Term/UI.pm)0
-rw-r--r--ext/Term-UI/lib/Term/UI/History.pm (renamed from lib/Term/UI/History.pm)0
-rw-r--r--ext/Term-UI/t/00_load.t (renamed from lib/Term/UI/t/00_load.t)0
-rw-r--r--ext/Term-UI/t/01_history.t (renamed from lib/Term/UI/t/01_history.t)0
-rw-r--r--ext/Term-UI/t/02_ui.t (renamed from lib/Term/UI/t/02_ui.t)0
7 files changed, 6 insertions, 6 deletions
diff --git a/MANIFEST b/MANIFEST
index ddefe3d81b..51e3ff8ccd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1299,6 +1299,11 @@ 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
+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
@@ -3148,11 +3153,6 @@ lib/Term/Complete.pm A command completion subroutine
lib/Term/Complete.t See if Term::Complete works
lib/Term/ReadLine.pm Stub readline library
lib/Term/ReadLine.t See if Term::ReadLine works
-lib/Term/UI/History.pm Term::UI
-lib/Term/UI.pm Term::UI
-lib/Term/UI/t/00_load.t Term::UI tests
-lib/Term/UI/t/01_history.t Term::UI tests
-lib/Term/UI/t/02_ui.t Term::UI tests
lib/Test/Builder/Module.pm Base class for test modules
lib/Test/Builder.pm For writing new test libraries
lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 30cab27969..7acec362f4 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1653,7 +1653,7 @@ package Maintainers;
{
'MAINTAINER' => 'kane',
'DISTRIBUTION' => 'KANE/Term-UI-0.20.tar.gz',
- 'FILES' => q{lib/Term/UI.pm lib/Term/UI},
+ 'FILES' => q{ext/Term-UI},
'CPAN' => 1,
'UPSTREAM' => 'cpan',
},
diff --git a/lib/Term/UI.pm b/ext/Term-UI/lib/Term/UI.pm
index 136f75bb6a..136f75bb6a 100644
--- a/lib/Term/UI.pm
+++ b/ext/Term-UI/lib/Term/UI.pm
diff --git a/lib/Term/UI/History.pm b/ext/Term-UI/lib/Term/UI/History.pm
index 1d77c01c6f..1d77c01c6f 100644
--- a/lib/Term/UI/History.pm
+++ b/ext/Term-UI/lib/Term/UI/History.pm
diff --git a/lib/Term/UI/t/00_load.t b/ext/Term-UI/t/00_load.t
index aacd60f711..aacd60f711 100644
--- a/lib/Term/UI/t/00_load.t
+++ b/ext/Term-UI/t/00_load.t
diff --git a/lib/Term/UI/t/01_history.t b/ext/Term-UI/t/01_history.t
index b0219de735..b0219de735 100644
--- a/lib/Term/UI/t/01_history.t
+++ b/ext/Term-UI/t/01_history.t
diff --git a/lib/Term/UI/t/02_ui.t b/ext/Term-UI/t/02_ui.t
index 6e0b34ae32..6e0b34ae32 100644
--- a/lib/Term/UI/t/02_ui.t
+++ b/ext/Term-UI/t/02_ui.t