summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-04 16:55:11 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-04 16:55:41 -0400
commitde74e21ec3b745af1bcc5e521959c4b7b1536309 (patch)
treef8a31c2a73953cce35efe55a8c33f4499ac3b4a4
parentd81c2f42006e1e01d137aacabaa8e0fd9e351602 (diff)
downloadgames-smtnocturne-demons-de74e21ec3b745af1bcc5e521959c4b7b1536309.tar.gz
games-smtnocturne-demons-de74e21ec3b745af1bcc5e521959c4b7b1536309.zip
update dependency versions (andk, fixes #1)
-rwxr-xr-xbin/smt2
-rw-r--r--lib/Games/SMTNocturne/Demons.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/smt b/bin/smt
index 4ea8746..a0f3b65 100755
--- a/bin/smt
+++ b/bin/smt
@@ -5,7 +5,7 @@ use warnings;
# ABSTRACT: command line interface to Games::SMTNocturne::Demons
use Getopt::Long;
-use List::Util 'max', 'sum0';
+use List::Util 1.27 'max', 'sum0';
use Games::SMTNocturne::Demons;
diff --git a/lib/Games/SMTNocturne/Demons.pm b/lib/Games/SMTNocturne/Demons.pm
index 82c932f..4ec1421 100644
--- a/lib/Games/SMTNocturne/Demons.pm
+++ b/lib/Games/SMTNocturne/Demons.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
# ABSTRACT: look up information about demon fusion in Shin Megami Tensei: Nocturne
-use Exporter 'import';
+use Exporter 5.58 'import';
our @EXPORT_OK = qw(demon demons_of_type all_demons fuse fusions_for);
use Games::SMTNocturne::Demons::Demon;