From: Cory Watson Date: Tue, 1 Dec 2009 23:17:39 +0000 (-0600) Subject: release prep X-Git-Tag: 0.05~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=commitdiff_plain;h=1151098bae42302d0f50c0c972f466b1287a4ce7 release prep --- diff --git a/MANIFEST b/MANIFEST index f68e82c..2fcfb13 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 185aa00..ef3fbf1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 }; license 'perl';