perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA-0.26-perl-5.16.patch

10 lines
218 B
Diff
Raw Permalink Normal View History

--- RSA.pm~ 2009-11-22 21:36:07.000000000 +0100
+++ RSA.pm 2011-05-19 21:53:08.000000000 +0200
@@ -7,5 +7,5 @@
require DynaLoader;
-require AutoLoader;
+use AutoLoader 'AUTOLOAD';
@ISA = qw(DynaLoader);