From: Nicholas Clark Date: Fri, 25 Sep 2009 08:55:25 +0000 (+0100) Subject: Add ext/autouse/t/lib/MyTestModule.pm to the MANIFEST. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2696da521a49bbf51b058017a212ae31adb7a982;p=p5sagit%2Fp5-mst-13.2.git Add ext/autouse/t/lib/MyTestModule.pm to the MANIFEST. --- diff --git a/MANIFEST b/MANIFEST index ac08892..e69e7bf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -248,6 +248,7 @@ ext/AutoLoader/t/01AutoLoader.t See if AutoLoader works ext/AutoLoader/t/02AutoSplit.t See if AutoSplit works 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