summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 18:21:32 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 18:21:32 +0100
commit8de4179424c1ce7de2d7779c01e54e3e2e372911 (patch)
treed7670225acacf39ef03e5a896775d5db82d8646e
parent8b88b2b2a83b118e358c4d04557659e32d47c01b (diff)
downloadperl-8de4179424c1ce7de2d7779c01e54e3e2e372911.tar.gz
Move Locale::Maketext::Simple from dist/ to cpan/
My mistake - it should always have been here, as the canonical upstream is Best Practical's svn.
-rw-r--r--MANIFEST20
-rwxr-xr-xPorting/Maintainers.pl4
-rw-r--r--cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm (renamed from dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm)0
-rw-r--r--cpan/Locale-Maketext-Simple/t/0-signature.t (renamed from dist/Locale-Maketext-Simple/t/0-signature.t)0
-rwxr-xr-xcpan/Locale-Maketext-Simple/t/1-basic.t (renamed from dist/Locale-Maketext-Simple/t/1-basic.t)0
-rwxr-xr-xcpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t (renamed from dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t)0
-rwxr-xr-xcpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t (renamed from dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t)0
-rw-r--r--cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po (renamed from dist/Locale-Maketext-Simple/t/po_with_i_default/en.po)0
-rw-r--r--cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po (renamed from dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po)0
-rw-r--r--cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po (renamed from dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po)0
-rw-r--r--cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po (renamed from dist/Locale-Maketext-Simple/t/po_without_i_default/en.po)0
-rw-r--r--cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po (renamed from dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po)0
12 files changed, 12 insertions, 12 deletions
diff --git a/MANIFEST b/MANIFEST
index 2c2ed0c04b..e41ec6dd9a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1355,6 +1355,16 @@ cpan/Locale-Codes/t/language.t See if Locale::Codes work
cpan/Locale-Codes/t/rename.t See if Locale::Codes work
cpan/Locale-Codes/t/script.t See if Locale::Codes work
cpan/Locale-Codes/t/uk.t See if Locale::Codes work
+cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple
+cpan/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests
cpan/Log-Message/lib/Log/Message/Config.pm Log::Message
cpan/Log-Message/lib/Log/Message/Handlers.pm Log::Message
cpan/Log-Message/lib/Log/Message/Item.pm Log::Message
@@ -2634,16 +2644,6 @@ dist/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext
dist/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation
dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article
dist/Locale-Maketext/README Locale::Maketext
-dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple
-dist/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests
-dist/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests
-dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests
-dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests
dist/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works
dist/Locale-Maketext/t/10_make.t See if Locale::Maketext works
dist/Locale-Maketext/t/20_get.t See if Locale::Maketext works
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1ff80c1a9d..4ceba32631 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -857,10 +857,10 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'audreyt',
'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz',
- 'FILES' => q[dist/Locale-Maketext-Simple],
+ 'FILES' => q[cpan/Locale-Maketext-Simple],
'EXCLUDED' => [ qr{^inc/} ],
'CPAN' => 1,
- 'UPSTREAM' => 'blead',
+ 'UPSTREAM' => 'cpan',
},
'Log::Message' =>
diff --git a/dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm b/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
index 30760f3c26..30760f3c26 100644
--- a/dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
+++ b/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
diff --git a/dist/Locale-Maketext-Simple/t/0-signature.t b/cpan/Locale-Maketext-Simple/t/0-signature.t
index c70c4a3cca..c70c4a3cca 100644
--- a/dist/Locale-Maketext-Simple/t/0-signature.t
+++ b/cpan/Locale-Maketext-Simple/t/0-signature.t
diff --git a/dist/Locale-Maketext-Simple/t/1-basic.t b/cpan/Locale-Maketext-Simple/t/1-basic.t
index 91d033b795..91d033b795 100755
--- a/dist/Locale-Maketext-Simple/t/1-basic.t
+++ b/cpan/Locale-Maketext-Simple/t/1-basic.t
diff --git a/dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t b/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t
index 47a982307e..47a982307e 100755
--- a/dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t
+++ b/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t
diff --git a/dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t b/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t
index a8807106dd..a8807106dd 100755
--- a/dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t
+++ b/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t
diff --git a/dist/Locale-Maketext-Simple/t/po_with_i_default/en.po b/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po
index 0d80b92ef5..0d80b92ef5 100644
--- a/dist/Locale-Maketext-Simple/t/po_with_i_default/en.po
+++ b/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po
diff --git a/dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po b/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po
index 8ecfbf761a..8ecfbf761a 100644
--- a/dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po
+++ b/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po
diff --git a/dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po b/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po
index 7327298688..7327298688 100644
--- a/dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po
+++ b/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po
diff --git a/dist/Locale-Maketext-Simple/t/po_without_i_default/en.po b/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po
index 0d80b92ef5..0d80b92ef5 100644
--- a/dist/Locale-Maketext-Simple/t/po_without_i_default/en.po
+++ b/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po
diff --git a/dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po b/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po
index 8ecfbf761a..8ecfbf761a 100644
--- a/dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po
+++ b/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po