From: Nicholas Clark Date: Sat, 26 Sep 2009 16:07:27 +0000 (+0100) Subject: Move Term::UI from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ad67102a0d8b995c4ee8bc45ab608975f18659c;p=p5sagit%2Fp5-mst-13.2.git Move Term::UI from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index a340b57..0dda922 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 455bb8a..69d7dfc 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 similarity index 100% rename from ext/Term-UI/lib/Term/UI.pm rename to 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 similarity index 100% rename from ext/Term-UI/lib/Term/UI/History.pm rename to 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 similarity index 100% rename from ext/Term-UI/t/00_load.t rename to 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 similarity index 100% rename from ext/Term-UI/t/01_history.t rename to 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 similarity index 100% rename from ext/Term-UI/t/02_ui.t rename to cpan/Term-UI/t/02_ui.t