Skip to content

Commit 998ffa5

Browse files
committed
Fixes 120727 Error in synopsis
1 parent f4b7c6f commit 998ffa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PKCS10.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Crypt::OpenSSL::PKCS10 - Perl extension to OpenSSL's PKCS10 API.
4646
4747
=head1 SYNOPSIS
4848
49-
use Crypt::OpenSSL::PKCS10::PKCS10 qw( :const );
49+
use Crypt::OpenSSL::PKCS10 qw( :const );
5050
5151
my $req = Crypt::OpenSSL::PKCS10->new;
5252
$req->set_subject("/C=RO/O=UTI/OU=ssi");

0 commit comments

Comments
 (0)