diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-11 21:13:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-11 21:13:51 +0100 |
commit | 472ff7e113191d8387d8091b1cfbd55ccc25c99e (patch) | |
tree | 9e29f953daf972532ea6f11d40cde732a59781b4 | |
parent | 0fcb0c2cd76054a2e9cdd25cea5433d85518d72f (diff) |
Add autodie to requires, fix DEPENDENCIES in icli(1)
-rw-r--r-- | Build.PL | 1 | ||||
-rwxr-xr-x | bin/icli | 8 |
2 files changed, 8 insertions, 1 deletions
@@ -16,6 +16,7 @@ my $build = Module::Build->new( license => 'unrestricted', requires => { 'perl' => '5.10.0', + 'autodie' => 0, 'Date::Format' => 0, 'Getopt::Long' => 0, 'Term::ANSIColor' => 0, @@ -984,7 +984,13 @@ None. =head1 DEPENDENCIES -None, so far. +=over + +=item * autodie (included with perl >= 5.10.1) + +=item * Date::Format + +=back =head1 BUGS AND LIMITATIONS |