diff options
| -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 | 
