release prep
Cory Watson [Tue, 1 Dec 2009 23:17:39 +0000 (17:17 -0600)]
MANIFEST
Makefile.PL

index f68e82c..2fcfb13 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,8 +1,18 @@
 Changes
-MANIFEST
+ignore.txt
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/MooseX/UndefTolerant.pm
+lib/MooseX/UndefTolerant/Attribute.pm
 Makefile.PL
+MANIFEST                       This list of files
+META.yml
 README
-lib/MooseX/Attribute/UndefTolerant.pm
 t/00-load.t
-t/pod-coverage.t
-t/pod.t
+t/attribute.t
index 185aa00..ef3fbf1 100644 (file)
@@ -1,7 +1,7 @@
 use inc::Module::Install;
 
 name     'MooseX-Attribute-UndefTolerant';
-all_from 'lib/MooseX/Attribute/UndefTolerant.pm';
+all_from 'lib/MooseX/UndefTolerant.pm';
 author   q{Cory G Watson <gphat@cpan.org>};
 license  'perl';