summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST4
-rw-r--r--META.yml1
-rwxr-xr-xPorting/Maintainers.pl10
-rw-r--r--dist/Text-Abbrev/lib/Text/Abbrev.pm (renamed from lib/Text/Abbrev.pm)0
-rw-r--r--dist/Text-Abbrev/t/Abbrev.t (renamed from lib/Text/Abbrev.t)5
-rw-r--r--lib/.gitignore1
6 files changed, 13 insertions, 8 deletions
diff --git a/MANIFEST b/MANIFEST
index 3cefe28b7e..d64ad098ca 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3264,6 +3264,8 @@ dist/Storable/t/tied.t See if Storable works
dist/Storable/t/utf8hash.t See if Storable works
dist/Storable/t/utf8.t See if Storable works
dist/Storable/t/weak.t Can Storable store weakrefs
+dist/Text-Abbrev/lib/Text/Abbrev.pm An abbreviation table builder
+dist/Text-Abbrev/t/Abbrev.t Test Text::Abbrev
dist/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues
dist/Thread-Queue/t/01_basic.t Thread::Queue tests
dist/Thread-Queue/t/02_refs.t Thread::Queue tests
@@ -4023,8 +4025,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/Text/Abbrev.pm An abbreviation table builder
-lib/Text/Abbrev.t Test Text::Abbrev
lib/Thread.pm Thread extensions frontend
lib/Thread.t Thread extensions frontend tests
lib/Tie/Array.pm Base class for tied arrays
diff --git a/META.yml b/META.yml
index 5ca4e98b29..4c999d33ce 100644
--- a/META.yml
+++ b/META.yml
@@ -46,6 +46,7 @@ no_index:
- dist/Safe
- dist/SelfLoader
- dist/Storable
+ - dist/Text-Abbrev
- dist/Thread-Queue
- dist/Thread-Semaphore
- dist/threads
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 476fcde4ca..d3f3d79ced 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1779,6 +1779,15 @@ use File::Glob qw(:case);
'UPSTREAM' => 'cpan',
},
+ 'Text::Abbrev' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'DISTRIBUTION' => 'FLORA/Text-Abbrev-1.01.tar.gz',
+ 'FILES' => q[dist/Text-Abbrev],
+ 'UPSTREAM' => 'blead',
+ },
+
+
'Text::Balanced' =>
{
'MAINTAINER' => 'dmanura',
@@ -2123,7 +2132,6 @@ use File::Glob qw(:case);
lib/Symbol.{pm,t}
lib/Term/Complete.{pm,t}
lib/Term/ReadLine.{pm,t}
- lib/Text/Abbrev.{pm,t}
lib/Thread.{pm,t}
lib/Tie/Array.pm
lib/Tie/Array/
diff --git a/lib/Text/Abbrev.pm b/dist/Text-Abbrev/lib/Text/Abbrev.pm
index c6be63bcc6..c6be63bcc6 100644
--- a/lib/Text/Abbrev.pm
+++ b/dist/Text-Abbrev/lib/Text/Abbrev.pm
diff --git a/lib/Text/Abbrev.t b/dist/Text-Abbrev/t/Abbrev.t
index 38d4a39886..7b297cf95b 100644
--- a/lib/Text/Abbrev.t
+++ b/dist/Text-Abbrev/t/Abbrev.t
@@ -2,11 +2,6 @@
print "1..8\n";
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
-}
-
use Text::Abbrev;
print "ok 1\n";
diff --git a/lib/.gitignore b/lib/.gitignore
index d49572de98..96884a3164 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -357,6 +357,7 @@
/Text/Soundex.pm
/Text/Tabs.pm
/Text/Wrap.pm
+/Text/Abbrev.pm
/Thread
/Tie/File.pm
/Tie/Hash/NamedCapture.pm