X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=bd21d73414467ec1b5fb24aff28d6d49e29b7e49;hb=c825a86ca867b6b804aa8636728c3d3702ac9f04;hp=08b48ba5c6a369b31d7353c73b32ae29370c449a;hpb=91d4abc5cc6b75fb46cef7aac04f3cb58f6b3551;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 08b48ba..bd21d73 100644 --- a/Build.PL +++ b/Build.PL @@ -12,6 +12,7 @@ my $build = Module::Build->new( 'Class::Data::Inheritable' => 0, 'Class::Inspector' => 0, 'CGI::Cookie' => 0, + 'File::Modified' => 0, 'HTML::Entities' => 0, 'HTTP::Body' => 0.03, 'HTTP::Headers' => 1.59, @@ -26,6 +27,7 @@ my $build = Module::Build->new( 'Template' => 0, 'Text::ASCIITable' => 0.17, 'Test::MockObject' => 0, + 'Time::HiRes' => 0, 'Tree::Simple' => 0, 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35,