From: Dave Rolsky Date: Wed, 14 Jul 2010 18:51:37 +0000 (-0500) Subject: dzilize this distro X-Git-Tag: v0.09~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=ae21020d493b2dd5803125fb9820297977e69b40 dzilize this distro --- diff --git a/Build.PL b/Build.PL deleted file mode 100644 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 index 1bb55bb..0000000 --- a/MANIFEST.SKIP +++ /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 index 0000000..52f0d3e --- /dev/null +++ b/dist.ini @@ -0,0 +1,41 @@ + +name = MooseX-StrictConstructor +version = 0.08 +author = Dave Rolsky, C<< >> +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 +