From 43c58e2d2a2fdc323ba31dda63d9adee2b6f36db Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 17 Dec 2013 16:41:24 -0500 Subject: bump dep on Module::Runtime (#6) --- lib/Dist/CheckConflicts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3