summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-12-17 16:41:24 -0500
committerJesse Luehrs <doy@tozt.net>2013-12-17 16:41:24 -0500
commit43c58e2d2a2fdc323ba31dda63d9adee2b6f36db (patch)
tree298a980ebcff0b44febd7cafd1d8c165076c821b
parent363df980b5f09c7c861c71491f85c1d86b261471 (diff)
downloaddist-checkconflicts-43c58e2d2a2fdc323ba31dda63d9adee2b6f36db.tar.gz
dist-checkconflicts-43c58e2d2a2fdc323ba31dda63d9adee2b6f36db.zip
bump dep on Module::Runtime (#6)
-rw-r--r--lib/Dist/CheckConflicts.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Dist/CheckConflicts.pm b/lib/Dist/CheckConflicts.pm
index 340f0d1..9cf8729 100644
--- a/lib/Dist/CheckConflicts.pm
+++ b/lib/Dist/CheckConflicts.pm
@@ -11,7 +11,7 @@ our @EXPORT = our @EXPORT_OK = (
use Carp;
use List::MoreUtils 0.12 'first_index';
-use Module::Runtime 'module_notional_filename', 'require_module';
+use Module::Runtime 0.009 'module_notional_filename', 'require_module';
=head1 SYNOPSIS