diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-12-10 23:07:32 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-12-10 23:07:32 +0100 |
commit | 98be99db6ff47327a7754b282e66c6be7eb35bb6 (patch) | |
tree | b7e6d20a9673ba62ab4279b374107c7cd38c43d3 | |
parent | 41e13b7c97391e529c57ed40083c910e3b9f3951 (diff) | |
download | perl-98be99db6ff47327a7754b282e66c6be7eb35bb6.tar.gz |
Dual-life autouse
-rw-r--r-- | MANIFEST | 6 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 10 | ||||
-rw-r--r-- | dist/autouse/lib/autouse.pm (renamed from ext/autouse/lib/autouse.pm) | 0 | ||||
-rw-r--r-- | dist/autouse/t/autouse.t (renamed from ext/autouse/t/autouse.t) | 0 | ||||
-rw-r--r-- | dist/autouse/t/lib/MyTestModule.pm (renamed from ext/autouse/t/lib/MyTestModule.pm) | 0 |
5 files changed, 11 insertions, 5 deletions
@@ -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/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 @@ -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" -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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1cdd96db12..239dbdea7a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -247,6 +247,14 @@ use File::Glob qw(:case); 'UPSTREAM' => 'cpan', }, + 'autouse' => + { + 'MAINTAINER' => 'p5p', + 'DISTRIBUTION' => 'FLORA/autouse-1.06.tar.gz', + 'FILES' => q[dist/autouse], + 'UPSTREAM' => 'blead', + }, + 'B::Concise' => { 'MAINTAINER' => 'smccam', @@ -1630,8 +1638,6 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'p5p', 'FILES' => q[ - ext/autouse/lib - ext/autouse/t ext/B/B.pm ext/B/typemap ext/B/Makefile.PL diff --git a/ext/autouse/lib/autouse.pm b/dist/autouse/lib/autouse.pm index cbde3864bf..cbde3864bf 100644 --- a/ext/autouse/lib/autouse.pm +++ b/dist/autouse/lib/autouse.pm diff --git a/ext/autouse/t/autouse.t b/dist/autouse/t/autouse.t index 53e1740df9..53e1740df9 100644 --- a/ext/autouse/t/autouse.t +++ b/dist/autouse/t/autouse.t diff --git a/ext/autouse/t/lib/MyTestModule.pm b/dist/autouse/t/lib/MyTestModule.pm index f650a45d8b..f650a45d8b 100644 --- a/ext/autouse/t/lib/MyTestModule.pm +++ b/dist/autouse/t/lib/MyTestModule.pm |