Import get from LWP::Simple
[gitmo/moose-presentations.git] / moose-class / exercises / update-moosepan
index a3ff00b..f783517 100755 (executable)
@@ -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.