More 0.9.2 -> 0.9.2b
This commit is contained in:
parent
e98b5b58a0
commit
4f0a2bce80
@ -2,7 +2,7 @@
|
|||||||
## Makefile.PL -- Perl MakeMaker specification
|
## Makefile.PL -- Perl MakeMaker specification
|
||||||
##
|
##
|
||||||
|
|
||||||
$V = '0.9.2';
|
$V = '0.9.2b';
|
||||||
print "Configuring companion Perl module for OpenSSL $V\n";
|
print "Configuring companion Perl module for OpenSSL $V\n";
|
||||||
|
|
||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
|
@ -11,7 +11,7 @@ use DynaLoader;
|
|||||||
@ISA = qw(Exporter DynaLoader);
|
@ISA = qw(Exporter DynaLoader);
|
||||||
@EXPORT = qw();
|
@EXPORT = qw();
|
||||||
|
|
||||||
$VERSION = '0.92';
|
$VERSION = '0.922';
|
||||||
bootstrap OpenSSL;
|
bootstrap OpenSSL;
|
||||||
|
|
||||||
@OpenSSL::BN::ISA = qw(OpenSSL::ERR);
|
@OpenSSL::BN::ISA = qw(OpenSSL::ERR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user