X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/41e13b7c97391e529c57ed40083c910e3b9f3951..b8e7c664739512d97c3d65f44d80a53754521f15:/MANIFEST?ds=sidebyside diff --git a/MANIFEST b/MANIFEST index c73dfd6..7a017fc 100644 --- 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/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 @@ -2741,6 +2744,8 @@ dist/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests dist/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests dist/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests dist/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests +dist/File-CheckTree/lib/File/CheckTree.pm Perl module supporting wholesale file mode validation +dist/File-CheckTree/t/CheckTree.t See if File::CheckTree works dist/Filter-Simple/lib/Filter/Simple.pm Simple frontend to Filter::Util::Call dist/Filter-Simple/t/data.t See if Filter::Simple works dist/Filter-Simple/t/export.t See if Filter::Simple works @@ -3106,9 +3111,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 @@ -3462,6 +3464,7 @@ ext/XS-APItest/t/postinc.t test op_lvalue() ext/XS-APItest/t/printf.t XS::APItest extension ext/XS-APItest/t/ptr_table.t Test ptr_table_* APIs ext/XS-APItest/t/push.t XS::APItest extension +ext/XS-APItest/t/refs.t Test typemap ref handling ext/XS-APItest/t/rmagical.t XS::APItest extension ext/XS-APItest/t/rv2cv_op_cv.t test rv2cv_op_cv() API ext/XS-APItest/t/savehints.t test SAVEHINTS() API @@ -3699,8 +3702,6 @@ lib/feature.t See if features work lib/feature/unicode_strings.t See if feature "unicode_strings" work lib/File/Basename.pm Emulate the basename program lib/File/Basename.t See if File::Basename works -lib/File/CheckTree.pm Perl module supporting wholesale file mode validation -lib/File/CheckTree.t See if File::CheckTree works lib/File/Compare.pm Emulation of cmp command lib/File/Compare.t See if File::Compare works lib/File/Copy.pm Emulation of cp command