From d7f1e37753a59b6422d05fb6868000c9a6842ca3 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Fri, 25 Nov 2011 15:38:20 +0000 Subject: my dzil settings --- dist.ini | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 dist.ini (limited to 'dist.ini') diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..95f2444 --- /dev/null +++ b/dist.ini @@ -0,0 +1,74 @@ +author = Gianni Ceccarelli +license = Perl_5 +copyright_holder = Gianni Ceccarelli +copyright_year = 2011 + +[GatherDir] + +[PodWeaver] + +[PruneCruft] + +[PruneFiles] +match = ~$ + +[Git::Check] +allow_dirty = dist.ini + +[Git::NextVersion] +first_version = 0.0.1 + +[Git::Commit] + +[Git::CommitBuild] + +[Git::Tag / master] +tag_format = v%v-dzilla + +[Git::Tag / build] +branch = build/master +tag_format = v%v + +[CheckChangeLog] + +[NextRelease] + +[AutoPrereqs] + +[PkgDist] + +[PkgVersion] + +[ManifestSkip] + +[NoTabsTests] + +[PodCoverageTests] + +[PodSyntaxTests] + +[ExtraTests] + +[MetaNoIndex] + +directory = t/lib + +[MetaYAML] + +[MetaJSON] + +[ExecDir] +dir = scripts + +[ShareDir] + +[MakeMaker] + +[Manifest] + +[TestRelease] + +[FakeRelease] + +;[ConfirmRelease] +;[UploadToCPAN] -- cgit v1.2.3 From febf89422306c76d9b9b8236cec3b831c62b3e78 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 8 Mar 2012 15:24:29 +0000 Subject: bump year --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist.ini') diff --git a/dist.ini b/dist.ini index 95f2444..0f76eb5 100644 --- a/dist.ini +++ b/dist.ini @@ -1,7 +1,7 @@ author = Gianni Ceccarelli license = Perl_5 copyright_holder = Gianni Ceccarelli -copyright_year = 2011 +copyright_year = 2012 [GatherDir] -- cgit v1.2.3