Add ext/autouse/t/lib/MyTestModule.pm to the MANIFEST.
Nicholas Clark [Fri, 25 Sep 2009 08:55:25 +0000 (09:55 +0100)]
MANIFEST

index ac08892..e69e7bf 100644 (file)
--- 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