Skip to content

Commit 11de3f7

Browse files
haargjkeenan
authored andcommitted
fix mismatched quotes in re.pm
1 parent 482fd30 commit 11de3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/re/re.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package re;
44
use strict;
55
use warnings;
66

7-
our $VERSION = "0.47";
7+
our $VERSION = "0.48";
88
our @ISA = qw(Exporter);
99
our @EXPORT_OK = qw{
1010
is_regexp regexp_pattern
@@ -409,7 +409,7 @@ things, which may be legal, but have a reasonable possibility of not being the
409409
programmer's actual intent. This automatically turns on the C<"regexp">
410410
warnings category (if not already on) within its scope.
411411
412-
As an example of something that is caught under C<"strict'>, but not
412+
As an example of something that is caught under C<'strict'>, but not
413413
otherwise, is the pattern
414414
415415
qr/\xABC/

0 commit comments

Comments
 (0)