From 9a87e7a538e758052c18cd47cdf2b79f5b9dec9f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 11 Sep 2011 22:23:57 +0200 Subject: Release v0.01 --- Build.PL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index af48452..dfed9cb 100644 --- a/Build.PL +++ b/Build.PL @@ -7,6 +7,7 @@ use Module::Build; Module::Build->new( build_requires => { + 'File::Slurp' => 0, 'Test::More' => 0, 'Test::Pod' => 0, }, @@ -14,6 +15,7 @@ Module::Build->new( license => 'perl', requires => { 'perl' => '5.10.1', + 'Carp' => 0, 'Class::Accessor' => 0, 'Getopt::Long' => 0, 'List::Util' => 0, -- cgit v1.2.3