From: Peter Rabbitson <ribasushi@cpan.org>
Date: Sat, 13 Feb 2010 14:06:28 +0000 (+0000)
Subject: Test fixes
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4d7449cc027a63e625347d644cd7fc7d9562443;p=dbsrgits%2FDBIx-Class-Historic.git

Test fixes
---

diff --git a/Makefile.PL b/Makefile.PL
index b69ec9f..0653a8a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -46,7 +46,7 @@ my $runtime_requires = {
   'DBI'                      => '1.609',
   'MRO::Compat'              => '0.09',
   'Module::Find'             => '0.06',
-  'Path::Class'              => '0.16',
+  'Path::Class'              => '0.18',
   'Scope::Guard'             => '0.03',
   'SQL::Abstract'            => '1.61',
   'SQL::Abstract::Limit'     => '0.13',
diff --git a/t/03podcoverage.t b/t/03podcoverage.t
index bcda97d..88af1c4 100644
--- a/t/03podcoverage.t
+++ b/t/03podcoverage.t
@@ -93,6 +93,7 @@ my $exceptions = {
         /]
     },
 
+    'DBIx::Class::Admin::Types'                     => { skip => 1 },
     'DBIx::Class::ClassResolver::PassThrough'       => { skip => 1 },
     'DBIx::Class::Componentised'                    => { skip => 1 },
     'DBIx::Class::Relationship::*'                  => { skip => 1 },