From 44f5af59936f0f47c410d51522e26085684cf7d7 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 10 Nov 2011 15:17:59 +0000 Subject: re-enable git plugins in dzil --- .gitignore | 2 +- dist.ini | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a916a46..3baba5b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ META.yml .prove *~ /.build/ -/Data-/ +/Data-*/ diff --git a/dist.ini b/dist.ini index af05b71..a84f6f2 100644 --- a/dist.ini +++ b/dist.ini @@ -4,8 +4,6 @@ license = Perl_5 copyright_holder = Net-a-porter.com copyright_year = 2011 -version = 0.001 - abstract = Handle values with tags and validity ranges [GatherDir] @@ -17,6 +15,18 @@ abstract = Handle values with tags and validity ranges [PruneFiles] match = ~$ +[Git::Check] +allow_dirty = dist.ini + +[Git::NextVersion] +first_version = 0.0.1 + +[Git::Commit] + +[Git::CommitBuild] + +[Git::Tag] + [CheckChangeLog] [NextRelease] @@ -55,5 +65,7 @@ directory = t/lib [TestRelease] +[FakeRelease] + ;[ConfirmRelease] ;[UploadToCPAN] -- cgit v1.2.3