File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -3264,6 +3264,8 @@ dist/Storable/t/tied.t See if Storable works
3264
3264
dist/Storable/t/utf8hash.t See if Storable works
3265
3265
dist/Storable/t/utf8.t See if Storable works
3266
3266
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
3267
3269
dist/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues
3268
3270
dist/Thread-Queue/t/01_basic.t Thread::Queue tests
3269
3271
dist/Thread-Queue/t/02_refs.t Thread::Queue tests
@@ -4023,8 +4025,6 @@ lib/Term/Complete.pm A command completion subroutine
4023
4025
lib/Term/Complete.t See if Term::Complete works
4024
4026
lib/Term/ReadLine.pm Stub readline library
4025
4027
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
4028
4028
lib/Thread.pm Thread extensions frontend
4029
4029
lib/Thread.t Thread extensions frontend tests
4030
4030
lib/Tie/Array.pm Base class for tied arrays
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ no_index:
46
46
- dist/Safe
47
47
- dist/SelfLoader
48
48
- dist/Storable
49
+ - dist/Text-Abbrev
49
50
- dist/Thread-Queue
50
51
- dist/Thread-Semaphore
51
52
- dist/threads
Original file line number Diff line number Diff line change @@ -1779,6 +1779,15 @@ package Maintainers;
1779
1779
' UPSTREAM' => ' cpan' ,
1780
1780
},
1781
1781
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
+
1782
1791
' Text::Balanced' =>
1783
1792
{
1784
1793
' MAINTAINER' => ' dmanura' ,
@@ -2123,7 +2132,6 @@ package Maintainers;
2123
2132
lib/Symbol.{pm,t}
2124
2133
lib/Term/Complete.{pm,t}
2125
2134
lib/Term/ReadLine.{pm,t}
2126
- lib/Text/Abbrev.{pm,t}
2127
2135
lib/Thread.{pm,t}
2128
2136
lib/Tie/Array.pm
2129
2137
lib/Tie/Array/
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
3
3
print " 1..8\n " ;
4
4
5
- BEGIN {
6
- chdir ' t' if -d ' t' ;
7
- @INC = ' ../lib' ;
8
- }
9
-
10
5
use Text::Abbrev;
11
6
12
7
print " ok 1\n " ;
Original file line number Diff line number Diff line change 357
357
/Text /Soundex.pm
358
358
/Text /Tabs.pm
359
359
/Text /Wrap.pm
360
+ /Text /Abbrev.pm
360
361
/Thread
361
362
/Tie /File.pm
362
363
/Tie /Hash /NamedCapture.pm
You canβt perform that action at this time.
0 commit comments