auto_manifest 0_19
Ricardo SIGNES [Wed, 8 Jul 2009 19:39:30 +0000 (15:39 -0400)]
MANIFEST [deleted file]
MANIFEST.SKIP
Makefile.PL

diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644 (file)
index bec9b4b..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,38 +0,0 @@
-ChangeLog
-inc/Module/AutoInstall.pm
-inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-lib/MooseX/Getopt.pm
-lib/MooseX/Getopt/Dashes.pm
-lib/MooseX/Getopt/Meta/Attribute.pm
-lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm
-lib/MooseX/Getopt/Meta/Attribute/Trait.pm
-lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
-lib/MooseX/Getopt/OptionTypeMap.pm
-lib/MooseX/Getopt/Strict.pm
-Makefile.PL
-MANIFEST
-META.yml
-README
-t/000_load.t
-t/001_basic.t
-t/002_custom_option_type.t
-t/003_inferred_option_type.t
-t/004_nogetop.t
-t/005_strict.t
-t/006_metaclass_traits.t
-t/007_nogetopt_trait.t
-t/008_configfromfile.t
-t/009_gld_and_explicit_options.t
-t/010_dashes.t
-t/100_gld_default_bug.t
-t/pod.t
-t/pod_coverage.t
index 3de3ebc..ec91334 100644 (file)
@@ -1,3 +1,4 @@
+^.git
 ^_build
 ^Build$
 ^blib
@@ -16,4 +17,4 @@ cover_db
 \.old$
 ^#.*#$
 ^\.#
-^TODO$
\ No newline at end of file
+^TODO$
index 3ab0c74..681fd58 100644 (file)
@@ -15,6 +15,6 @@ build_requires 'Test::More'       => '0.62';
 build_requires 'Test::Exception'  => '0.21';
 
 tests_recursive();
-auto_install;
+auto_manifest();
 
 WriteAll;