Skip to content

Commit ea4516d

Browse files
committed
Update version and fix incorrect pod
1 parent 3c2dcee commit ea4516d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Crypt/OpenSSL/ConfiguredAPI.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use warnings;
77

88
require Exporter;
99

10-
our $VERSION = "0.01";
10+
our $VERSION = "0.02";
1111

1212
our @ISA = qw(Exporter);
1313

@@ -47,7 +47,7 @@ value.
4747
4848
=head2 get_configured_api()
4949
50-
Returns the value of the OPENSSL_CONFIGURED_API if it is defined or undef if it is undefined
50+
Returns the value of the OPENSSL_CONFIGURED_API if it is defined or 0 if it is undefined
5151
5252
Arguments:
5353

0 commit comments

Comments
 (0)