tag 317061 patch
quit

I was able to reproduce this and here's a patch to fix this.

-- 
_________________________
Ryan Niebur
ryanrya...@gmail.com
--- /usr/share/perl5/Module/Depends/Intrusive.pm.orig	2009-08-11 19:49:56.000000000 -0700
+++ /usr/share/perl5/Module/Depends/Intrusive.pm	2010-01-03 17:58:24.000000000 -0800
@@ -92,7 +92,7 @@
         no strict;
         no warnings;
 	local $0 = $file;
-        require "$file";
+        do "$file";
     };
     $self->error( $@ ) if $@;
     delete $INC{$file};

Attachment: signature.asc
Description: Digital signature

Reply via email to