dzilize this distro
Dave Rolsky [Wed, 14 Jul 2010 18:51:37 +0000 (13:51 -0500)]
Build.PL [deleted file]
MANIFEST.SKIP [deleted file]
dist.ini [new file with mode: 0644]

diff --git a/Build.PL b/Build.PL
deleted file mode 100644 (file)
index e8abd5d..0000000
--- a/Build.PL
+++ /dev/null
@@ -1,22 +0,0 @@
-use strict;
-use warnings;
-
-require 5.008;
-
-use Module::Build;
-
-my $builder = Module::Build->new(
-    module_name => 'MooseX::StrictConstructor',
-    license     => 'perl',
-    requires    => {
-        'Moose' => '0.94',
-    },
-    build_requires => {
-        'Test::More' => '0.88',
-    },
-    create_makefile_pl => 'traditional',
-    create_readme      => 1,
-    sign               => 1,
-);
-
-$builder->create_build_script();
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
deleted file mode 100644 (file)
index 1bb55bb..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Avoid version control files.
-^RCS
-^CVS
-,v$
-\.svn.*
-^\.hg
-^\.git
-
-# Avoid Makemaker generated and utility files.
-^Makefile$
-^blib
-^MakeMaker-\d
-^pm_to_blib$
-^blibdirs$
-^MANIFEST\.SKIP$
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\bBuild.bat$
-\b_build
-\bBuild.COM$
-\bBUILD.COM$
-\bbuild.com$
-
-# Avoid temp and backup files.
-~$
-\.old$
-\.bak$
-\#$
-^\.#
-\.rej$
-\.orig$
-
-# Avoid Devel::Cover generated files
-^cover_db
-
-# kwalitee.t junk
-^Debian_CPANTS\.txt
-
-# Avoid tarballs
-\.(?:tar|tgz|tar\.gz)$
-
-^MooseX-StrictConstructor
-
-# No need to ship this
-\.shipit
-
-^MYMETA.yml$
diff --git a/dist.ini b/dist.ini
new file mode 100644 (file)
index 0000000..52f0d3e
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,41 @@
+
+name = MooseX-StrictConstructor
+version = 0.08
+author = Dave Rolsky, C<< <autarch@urth.org> >>
+license = Perl_5
+copyright_holder = Dave Rolsky, C>>
+
+[GatherDir]
+[PruneCruft]
+[ManifestSkip]
+[MetaYAML]
+[MetaJSON]
+[License]
+
+;[Readme]
+
+[ExecDir]
+
+
+[ExtraTests]
+[ShareDir]
+
+[ModuleBuild]
+
+[Manifest]
+[TestRelease]
+[ConfirmRelease]
+[UploadToCPAN]
+
+[MetaResources]
+
+
+[Prereq / ConfigureRequires]
+Module::Build = 0.36
+
+[Prereq / BuildRequires]
+Test::More = 0.88
+
+[Prereq]
+Moose = 0.94
+