summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-11 21:13:51 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-11 21:13:51 +0100
commit472ff7e113191d8387d8091b1cfbd55ccc25c99e (patch)
tree9e29f953daf972532ea6f11d40cde732a59781b4
parent0fcb0c2cd76054a2e9cdd25cea5433d85518d72f (diff)
Add autodie to requires, fix DEPENDENCIES in icli(1)
-rw-r--r--Build.PL1
-rwxr-xr-xbin/icli8
2 files changed, 8 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 0b2c587..329e3d4 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,
diff --git a/bin/icli b/bin/icli
index 036df38..5e142c9 100755
--- a/bin/icli
+++ b/bin/icli
@@ -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