This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Dual-life autouse
authorFlorian Ragwitz <rafl@debian.org>
Fri, 10 Dec 2010 22:07:32 +0000 (23:07 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Fri, 10 Dec 2010 22:07:32 +0000 (23:07 +0100)
MANIFEST
Porting/Maintainers.pl
dist/autouse/lib/autouse.pm [moved from ext/autouse/lib/autouse.pm with 100% similarity]
dist/autouse/t/autouse.t [moved from ext/autouse/t/autouse.t with 100% similarity]
dist/autouse/t/lib/MyTestModule.pm [moved from ext/autouse/t/lib/MyTestModule.pm with 100% similarity]

index c73dfd6..63dc5de 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2620,6 +2620,9 @@ dist/Attribute-Handlers/t/constants.t                     Test constants and Attribute::Handlers
 dist/Attribute-Handlers/t/data_convert.t               Test attribute data conversion
 dist/Attribute-Handlers/t/linerep.t                    See if Attribute::Handlers works
 dist/Attribute-Handlers/t/multi.t                      See if Attribute::Handlers works
 dist/Attribute-Handlers/t/data_convert.t               Test attribute data conversion
 dist/Attribute-Handlers/t/linerep.t                    See if Attribute::Handlers works
 dist/Attribute-Handlers/t/multi.t                      See if Attribute::Handlers works
+dist/autouse/lib/autouse.pm            Load and call a function only when it's used
+dist/autouse/t/autouse.t               See if autouse works
+dist/autouse/t/lib/MyTestModule.pm     Test module for autouse
 dist/base/Changes              base.pm changelog
 dist/base/lib/base.pm          Establish IS-A relationship at compile time
 dist/base/lib/fields.pm                Set up object field names for pseudo-hash-using classes
 dist/base/Changes              base.pm changelog
 dist/base/lib/base.pm          Establish IS-A relationship at compile time
 dist/base/lib/fields.pm                Set up object field names for pseudo-hash-using classes
@@ -3106,9 +3109,6 @@ epoc/epoc_stubs.c EPOC port
 epoc/link.pl           EPOC port link a exe
 ext/attributes/attributes.pm           For "sub foo : attrlist"
 ext/attributes/attributes.xs           For "sub foo : attrlist"
 epoc/link.pl           EPOC port link a exe
 ext/attributes/attributes.pm           For "sub foo : attrlist"
 ext/attributes/attributes.xs           For "sub foo : attrlist"
-ext/autouse/lib/autouse.pm     Load and call a function only when it's used
-ext/autouse/t/autouse.t                See if autouse works
-ext/autouse/t/lib/MyTestModule.pm      Test module for autouse
 ext/B/B/Concise.pm     Compiler Concise backend
 ext/B/B.pm             Compiler backend support functions and methods
 ext/B/B/Showlex.pm     Compiler Showlex backend
 ext/B/B/Concise.pm     Compiler Concise backend
 ext/B/B.pm             Compiler backend support functions and methods
 ext/B/B/Showlex.pm     Compiler Showlex backend
index 1cdd96d..239dbde 100755 (executable)
@@ -247,6 +247,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => 'cpan',
        },
 
        'UPSTREAM'      => 'cpan',
        },
 
+    'autouse' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/autouse-1.06.tar.gz',
+       'FILES'         => q[dist/autouse],
+       'UPSTREAM'      => 'blead',
+       },
+
     'B::Concise' =>
        {
        'MAINTAINER'    => 'smccam',
     'B::Concise' =>
        {
        'MAINTAINER'    => 'smccam',
@@ -1630,8 +1638,6 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'p5p',
        'FILES'         => q[
        {
        'MAINTAINER'    => 'p5p',
        'FILES'         => q[
-                               ext/autouse/lib
-                               ext/autouse/t
                                ext/B/B.pm
                                ext/B/typemap
                                ext/B/Makefile.PL
                                ext/B/B.pm
                                ext/B/typemap
                                ext/B/Makefile.PL