diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-11 22:23:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-11 22:23:57 +0200 |
commit | 9a87e7a538e758052c18cd47cdf2b79f5b9dec9f (patch) | |
tree | 83c53e1ad2ea4cde44977baa18409091f6ea445d /Build.PL | |
parent | 0640f90da6e16a23fc87dd4acb32d1d3604b1267 (diff) |
Release v0.010.01
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |