diff options
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -1014,6 +1014,23 @@ 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/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/MANIFEST base.pm manifest +dist/base/META.yml base.pm META.yml file +dist/base/t/base.t See if base works +dist/base/t/compile-time.t See if base works +dist/base/t/fields-5.6.0.t See if fields work +dist/base/t/fields-5.8.0.t See if fields work +dist/base/t/fields-base.t See if fields work +dist/base/t/fields.t See if fields work +dist/base/t/isa.t See if base's behaviour doesn't change +dist/base/t/lib/Dummy.pm Test module for base.pm +dist/base/t/lib/HasSigDie.pm Module for testing base.pm +dist/base/t/sigdie.t See if base works with SIGDIE +dist/base/t/version.t See if base works with versions +dist/base/t/warnings.t See if base works with warnings djgpp/config.over DOS/DJGPP port djgpp/configure.bat DOS/DJGPP port djgpp/djgpp.c DOS/DJGPP port @@ -1043,23 +1060,6 @@ 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/base/Changes base.pm changelog -ext/base/lib/base.pm Establish IS-A relationship at compile time -ext/base/lib/fields.pm Set up object field names for pseudo-hash-using classes -ext/base/MANIFEST base.pm manifest -ext/base/META.yml base.pm META.yml file -ext/base/t/base.t See if base works -ext/base/t/compile-time.t See if base works -ext/base/t/fields-5.6.0.t See if fields work -ext/base/t/fields-5.8.0.t See if fields work -ext/base/t/fields-base.t See if fields work -ext/base/t/fields.t See if fields work -ext/base/t/isa.t See if base's behaviour doesn't change -ext/base/t/lib/Dummy.pm Test module for base.pm -ext/base/t/lib/HasSigDie.pm Module for testing base.pm -ext/base/t/sigdie.t See if base works with SIGDIE -ext/base/t/version.t See if base works with versions -ext/base/t/warnings.t See if base works with warnings 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 |