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 --- .gitignore | 12 ++++++++++ dist.ini | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 .gitignore create mode 100644 dist.ini diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6fbabd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +blib +pm_to_blib +*.sw? +Makefile +Makefile.old +MANIFEST.bak +*.tar.gz +/inc/ +META.yml +.prove +*~ +/.build/ 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 47f1876c3dbdbd0635b96af615ec00da71d88998 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 1 Dec 2011 17:35:02 +0000 Subject: pod::weaver config --- weaver.ini | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 weaver.ini diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 0000000..c4643b6 --- /dev/null +++ b/weaver.ini @@ -0,0 +1,32 @@ +[@CorePrep] + +[-Encoding] + +[Name] +[Version] + +[Region / prelude] + +[Generic / SYNOPSIS] +[Generic / DESCRIPTION] +[Generic / OVERVIEW] + +[Collect / ATTRIBUTES] +command = attr + +[Collect / METHODS] +command = method + +[Collect / FUNCTIONS] +command = func + +[Leftovers] + +[Region / postlude] + +[Authors] +[Legal] + +[-Transformer / Lists] +transformer = List +format_name = list -- 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(-) 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