--- 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);