From: Dave Rolsky Date: Thu, 30 May 2013 01:39:33 +0000 (-0500) Subject: Import get from LWP::Simple X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2caed9a98c4d796c9c7ee82350301c2ed574b90;p=gitmo%2Fmoose-presentations.git Import get from LWP::Simple --- diff --git a/moose-class/exercises/update-moosepan b/moose-class/exercises/update-moosepan index a3ff00b..f783517 100755 --- a/moose-class/exercises/update-moosepan +++ b/moose-class/exercises/update-moosepan @@ -13,6 +13,8 @@ use version; { package CPAN::FindDependencies; + use LWP::Simple qw( get ); + no warnings 'redefine'; # The real function assumes that if you provide an argument it's a # local file, not a URI.