12 lines
319 B
Diff
12 lines
319 B
Diff
--- Crypt-OpenSSL-RSA-0.26/RSA.pm 2009-11-22 12:36:07.000000000 -0800
|
|
+++ Crypt-OpenSSL-RSA-0.26.new/RSA.pm 2011-05-12 09:17:11.312502286 -0700
|
|
@@ -6,7 +6,7 @@
|
|
use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
|
|
|
|
require DynaLoader;
|
|
-require AutoLoader;
|
|
+use AutoLoader 'AUTOLOAD';
|
|
|
|
@ISA = qw(DynaLoader);
|
|
|