summaryrefslogtreecommitdiff
path: root/dist.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini48
1 files changed, 48 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..827adab
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,48 @@
+name = Test-Database
+author = Philippe Bruhat (BooK) <book@cpan.org>
+license = Perl_5
+copyright_holder = Philippe Bruhat (BooK)
+; copyright_year = 2008-2014
+
+[PkgVersion]
+
+[@Filter]
+-bundle = @Basic
+-remove = Readme
+
+[PruneFiles]
+filename = setup
+match = \.patch$
+match = mess/.*
+match = cover_db
+
+[AutoPrereqs]
+
+[Prereqs]
+YAML::Tiny = 1.62
+
+[ReportVersions::Tiny]
+
+[MetaResources]
+repository.web = http://github.com/book/Test-Database
+repository.url = http://github.com/book/Test-Database.git
+repository.type = git
+bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Database
+bugtracker.mailto = bug-test-database@rt.cpan.org
+
+[MetaTests]
+[PodSyntaxTests]
+[PodCoverageTests]
+
+[NextRelease]
+format = %v %{EEE MMM d yyyy}d
+
+[@Git]
+changelog = Changes
+commit_msg = Changes for version %v
+tag_format = v%v
+tag_message = %N v%v
+push_to = origin
+push_to = github
+
+[Git::NextVersion]