Loading perl/Makefile.PL +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ ## Makefile.PL -- Perl MakeMaker specification ## $V = '0.9.2'; $V = '0.9.2b'; print "Configuring companion Perl module for OpenSSL $V\n"; use ExtUtils::MakeMaker; Loading perl/OpenSSL.pm +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use DynaLoader; @ISA = qw(Exporter DynaLoader); @EXPORT = qw(); $VERSION = '0.92'; $VERSION = '0.922'; bootstrap OpenSSL; @OpenSSL::BN::ISA = qw(OpenSSL::ERR); Loading Loading
perl/Makefile.PL +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ ## Makefile.PL -- Perl MakeMaker specification ## $V = '0.9.2'; $V = '0.9.2b'; print "Configuring companion Perl module for OpenSSL $V\n"; use ExtUtils::MakeMaker; Loading
perl/OpenSSL.pm +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use DynaLoader; @ISA = qw(Exporter DynaLoader); @EXPORT = qw(); $VERSION = '0.92'; $VERSION = '0.922'; bootstrap OpenSSL; @OpenSSL::BN::ISA = qw(OpenSSL::ERR); Loading