diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-25 15:38:20 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-25 15:38:20 +0000 |
commit | d7f1e37753a59b6422d05fb6868000c9a6842ca3 (patch) | |
tree | aa8f420decab09e050359d84a596b75d2e6ece78 /dist.ini | |
download | Sietima-d7f1e37753a59b6422d05fb6868000c9a6842ca3.tar.gz Sietima-d7f1e37753a59b6422d05fb6868000c9a6842ca3.tar.bz2 Sietima-d7f1e37753a59b6422d05fb6868000c9a6842ca3.zip |
my dzil settings
Diffstat (limited to 'dist.ini')
-rw-r--r-- | dist.ini | 74 |
1 files changed, 74 insertions, 0 deletions
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 <dakkar@thenautilus.net> +license = Perl_5 +copyright_holder = Gianni Ceccarelli <dakkar@thenautilus.net> +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] |