Skip to content

Commit 005700e

Browse files
committed
Dual-life Text::Abbrev
1 parent 72de20c commit 005700e

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

β€ŽMANIFESTβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,6 +3264,8 @@ dist/Storable/t/tied.t See if Storable works
32643264
dist/Storable/t/utf8hash.t See if Storable works
32653265
dist/Storable/t/utf8.t See if Storable works
32663266
dist/Storable/t/weak.t Can Storable store weakrefs
3267+
dist/Text-Abbrev/lib/Text/Abbrev.pm An abbreviation table builder
3268+
dist/Text-Abbrev/t/Abbrev.t Test Text::Abbrev
32673269
dist/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues
32683270
dist/Thread-Queue/t/01_basic.t Thread::Queue tests
32693271
dist/Thread-Queue/t/02_refs.t Thread::Queue tests
@@ -4023,8 +4025,6 @@ lib/Term/Complete.pm A command completion subroutine
40234025
lib/Term/Complete.t See if Term::Complete works
40244026
lib/Term/ReadLine.pm Stub readline library
40254027
lib/Term/ReadLine.t See if Term::ReadLine works
4026-
lib/Text/Abbrev.pm An abbreviation table builder
4027-
lib/Text/Abbrev.t Test Text::Abbrev
40284028
lib/Thread.pm Thread extensions frontend
40294029
lib/Thread.t Thread extensions frontend tests
40304030
lib/Tie/Array.pm Base class for tied arrays

β€ŽMETA.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ no_index:
4646
- dist/Safe
4747
- dist/SelfLoader
4848
- dist/Storable
49+
- dist/Text-Abbrev
4950
- dist/Thread-Queue
5051
- dist/Thread-Semaphore
5152
- dist/threads

β€ŽPorting/Maintainers.plβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,6 +1779,15 @@ package Maintainers;
17791779
'UPSTREAM' => 'cpan',
17801780
},
17811781

1782+
'Text::Abbrev' =>
1783+
{
1784+
'MAINTAINER' => 'p5p',
1785+
'DISTRIBUTION' => 'FLORA/Text-Abbrev-1.01.tar.gz',
1786+
'FILES' => q[dist/Text-Abbrev],
1787+
'UPSTREAM' => 'blead',
1788+
},
1789+
1790+
17821791
'Text::Balanced' =>
17831792
{
17841793
'MAINTAINER' => 'dmanura',
@@ -2123,7 +2132,6 @@ package Maintainers;
21232132
lib/Symbol.{pm,t}
21242133
lib/Term/Complete.{pm,t}
21252134
lib/Term/ReadLine.{pm,t}
2126-
lib/Text/Abbrev.{pm,t}
21272135
lib/Thread.{pm,t}
21282136
lib/Tie/Array.pm
21292137
lib/Tie/Array/
File renamed without changes.

β€Žlib/Text/Abbrev.tβ€Ž renamed to β€Ždist/Text-Abbrev/t/Abbrev.tβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
print "1..8\n";
44

5-
BEGIN {
6-
chdir 't' if -d 't';
7-
@INC = '../lib';
8-
}
9-
105
use Text::Abbrev;
116

127
print "ok 1\n";

β€Žlib/.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@
357357
/Text/Soundex.pm
358358
/Text/Tabs.pm
359359
/Text/Wrap.pm
360+
/Text/Abbrev.pm
360361
/Thread
361362
/Tie/File.pm
362363
/Tie/Hash/NamedCapture.pm

0 commit comments

Comments
Β (0)