changelog
[dbsrgits/DBIx-Class-Fixtures.git] / dist.ini
index 94a0e11..0851fe6 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -10,6 +10,13 @@ main_module = lib/DBIx/Class/Fixtures.pm
 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]
 
@@ -34,15 +41,19 @@ do_munging = 0
 
 [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
@@ -69,3 +80,4 @@ MIME::Base64 = 0
 Path::Class = 0.32
 Scalar::Util = 1.27
 perl = 5.6.1
+Test::Compile::Internal = 0