Dual-life Term::ReadLine
authorFlorian Ragwitz <rafl@debian.org>
Thu, 7 Jul 2011 14:25:15 +0000 (16:25 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 7 Jul 2011 14:43:21 +0000 (16:43 +0200)
MANIFEST
Porting/Maintainers.pl
dist/Term-ReadLine/lib/Term/ReadLine.pm [moved from lib/Term/ReadLine.pm with 100% similarity]
dist/Term-ReadLine/t/ReadLine.t [moved from lib/Term/ReadLine.t with 88% similarity]
lib/.gitignore
t/porting/known_pod_issues.dat

index d48876e..842daa3 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3266,6 +3266,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/Term-ReadLine/lib/Term/ReadLine.pm                Stub readline library
+dist/Term-ReadLine/t/ReadLine.t                        See if Term::ReadLine works
 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
@@ -3995,8 +3997,6 @@ lib/Symbol.pm                     Symbol table manipulation routines
 lib/Symbol.t                   See if Symbol works
 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/Thread.pm                  Thread extensions frontend
 lib/Thread.t                   Thread extensions frontend tests
 lib/Tie/Array.pm               Base class for tied arrays
index 1b330d2..9d1c3a7 100755 (executable)
@@ -1718,6 +1718,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => undef,
        },
 
+    'Term::ReadLine' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/Term-ReadLine-1.07.tar.gz',
+       'FILES'         => q[dist/Term-ReadLine],
+       'UPSTREAM'      => 'blead',
+       },
+
     'Term::UI' =>
        {
        'MAINTAINER'    => 'kane',
@@ -2126,7 +2134,6 @@ use File::Glob qw(:case);
                                lib/SelectSaver.{pm,t}
                                lib/Symbol.{pm,t}
                                lib/Term/Complete.{pm,t}
-                               lib/Term/ReadLine.{pm,t}
                                lib/Thread.{pm,t}
                                lib/Tie/Array.pm
                                lib/Tie/Array/
similarity index 88%
rename from lib/Term/ReadLine.t
rename to dist/Term-ReadLine/t/ReadLine.t
index a3d5756..6c21dea 100644 (file)
@@ -1,13 +1,6 @@
 #!./perl -w
 use strict;
 
-BEGIN {
-    if ( $ENV{PERL_CORE} ) {
-        chdir 't' if -d 't';
-        @INC = '../lib';
-    }
-}
-
 package Term::ReadLine::Mock;
 our @ISA = 'Term::ReadLine::Stub';
 sub ReadLine {'Term::ReadLine::Mock'};
index 96884a3..bf848f2 100644 (file)
 /Term/Cap.pm
 /Term/UI.pm
 /Term/UI/History.pm
+/Term/ReadLine.pm
 /Test.pm
 /Test/Builder
 /Test/Builder.pm
index 7d8cb03..4b85fe6 100644 (file)
@@ -170,6 +170,7 @@ dist/safe/safe.pm   Verbatim line length including indents exceeds 80 by    1
 dist/safe/safe.pm      empty section in previous paragraph     1
 dist/selfloader/lib/selfloader.pm      Verbatim line length including indents exceeds 80 by    14
 dist/storable/storable.pm      Verbatim line length including indents exceeds 80 by    4
+dist/term-readline/lib/term/readline.pm        Verbatim line length including indents exceeds 80 by    1
 dist/thread-queue/lib/thread/queue.pm  Verbatim line length including indents exceeds 80 by    4
 dist/threads/lib/threads.pm    Verbatim line length including indents exceeds 80 by    3
 ext/b/b.pm     Verbatim line length including indents exceeds 80 by    1
@@ -336,7 +337,6 @@ lib/file/find.pm    Verbatim line length including indents exceeds 80 by    1
 lib/getopt/std.pm      Verbatim line length including indents exceeds 80 by    1
 lib/perlio.pm  Verbatim line length including indents exceeds 80 by    2
 lib/pod/text/overstrike.pm     Verbatim line length including indents exceeds 80 by    1
-lib/term/readline.pm   Verbatim line length including indents exceeds 80 by    1
 lib/tie/array.pm       Verbatim line length including indents exceeds 80 by    1
 lib/tie/hash.pm        Verbatim line length including indents exceeds 80 by    3
 lib/tie/scalar.pm      Verbatim line length including indents exceeds 80 by    1