summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--dist.ini16
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]