added [VersionFromModule] plugin, as ::Fixtures uses the version for stuff
[dbsrgits/DBIx-Class-Fixtures.git] / dist.ini
index 45fcca5..6e6051f 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -6,11 +6,22 @@ copyright_year   = 2014
 abstract = Dump data and repopulate a database using rules
 main_module = lib/DBIx/Class/Fixtures.pm
 
+[Authority]
+authority = cpan:SKAUFMAN
+do_munging = 0
+
+[MetaResources]
+;Old issues are still in RT, if I move em over I'll change it to github.
+;bugtracker.web    = https://github.com/dbsrgits/DBIx-Class-Fixtures/issues
+repository.url    = https://github.com/dbsrgits/DBIx-Class-Fixtures.git
+repository.web    = https://github.com/dbsrgits/DBIx-Class-Fixtures
+repository.type   = git
+
 [PkgVersion]
 [NextRelease]
 
 [Git::Tag]
-[Git::NextVersion]
+[VersionFromModule]
 
 [Git::Push]
 
@@ -30,15 +41,19 @@ main_module = lib/DBIx/Class/Fixtures.pm
 
 [ConfirmRelease]
 [UploadToCPAN]
-
+[ContributorsFromGit]
 [GatherDir]
 exclude_match=.*\.db
+exclude_filename = Makefile.PL
 
 [Encoding]
 encoding=bytes
 match=.*\.db
+
+[CopyFilesFromBuild]
+copy = Makefile.PL
 [Prereqs / ConfigureRequires]
-    ExtUtils::MakeMaker=6.59
+ExtUtils::MakeMaker=6.59
 
 [Prereqs / BuildRequires]
 DBIx::Class::InflateColumn::FS = 0.01007
@@ -65,3 +80,4 @@ MIME::Base64 = 0
 Path::Class = 0.32
 Scalar::Util = 1.27
 perl = 5.6.1
+Test::Compile::Internal = 0