version bump
[dbsrgits/DBIx-Class-Fixtures.git] / dist.ini
index 0b993f6..5ddd5c6 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -6,17 +6,33 @@ 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]
+repository.url    = https://github.com/dbsrgits/DBIx-Class-Fixtures.git
+repository.web    = https://github.com/dbsrgits/DBIx-Class-Fixtures
+repository.type   = git
+
+[MetaNoIndex]
+directory=t/lib
+directory=t/var
+
+
+[VersionFromModule]
 [PkgVersion]
 [NextRelease]
 
 [Git::Tag]
-[Git::NextVersion]
+[Git::Contributors]
 
 [Git::Push]
 
 [Clean]
 [PruneCruft]
 [ManifestSkip]
+[MetaJSON]
 [MetaYAML]
 [License]
 [Readme]
@@ -28,20 +44,27 @@ main_module = lib/DBIx/Class/Fixtures.pm
 [Test::Compile]
 [TestRelease]
 
-[AutoPrereqs]
+[ConfirmRelease]
+[UploadToCPAN]
 [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
 ExtUtils::MakeMaker = 6.59
 Test::More = 0.98
+Devel::Confess = 0
+Test::Fatal = 0
 
 [Prereqs]
 Class::Accessor::Grouped = 0.1001
@@ -55,12 +78,16 @@ DateTime::Format::MySQL = 0
 DateTime::Format::Pg = 0
 DateTime::Format::SQLite = 0.1
 File::Copy::Recursive = 0.38
-File::Path = 2.09
-File::Spec::Functions = 3.4
+File::Temp = 0.2304
 Hash::Merge = 0.1
 JSON::Syck = 1.27
 MIME::Base64 = 0
 Path::Class = 0.32
 Scalar::Util = 1.27
 perl = 5.6.1
+IO::All = 0.85
 
+[Prereqs / TestRequires]
+Test::TempDir::Tiny = 0
+File::Path = 0
+Test::Compile::Internal = 0