added File::Temp as prerequisite since it is referenced in Fixtures.pm
[dbsrgits/DBIx-Class-Fixtures.git] / dist.ini
index bcc1aff..9d2079c 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -11,23 +11,28 @@ authority = cpan:SKAUFMAN
 do_munging = 0
 
 [MetaResources]
-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
 
+[MetaNoIndex]
+directory=t/lib
+directory=t/var
+
+
+[VersionFromModule]
 [PkgVersion]
 [NextRelease]
 
 [Git::Tag]
 [Git::Contributors]
-[VersionFromModule]
 
 [Git::Push]
 
 [Clean]
 [PruneCruft]
 [ManifestSkip]
+[MetaJSON]
 [MetaYAML]
 [License]
 [Readme]
@@ -58,6 +63,7 @@ ExtUtils::MakeMaker=6.59
 DBIx::Class::InflateColumn::FS = 0.01007
 ExtUtils::MakeMaker = 6.59
 Test::More = 0.98
+Devel::Confess = 0
 
 [Prereqs]
 Class::Accessor::Grouped = 0.1001
@@ -79,3 +85,4 @@ Scalar::Util = 1.27
 perl = 5.6.1
 Test::Compile::Internal = 0
 IO::All = 0.85
+Test::TempDir::Tiny=0