Skip to content

Commit

Permalink
re: fix wording in documentation
Browse files Browse the repository at this point in the history
Fixes #21674.
  • Loading branch information
mauke committed Nov 27, 2023
1 parent 371deba commit 7e806ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ext/re/re.pm
Expand Up @@ -4,7 +4,7 @@ package re;
use strict;
use warnings;

our $VERSION = "0.44";
our $VERSION = "0.45";
our @ISA = qw(Exporter);
our @EXPORT_OK = qw{
is_regexp regexp_pattern
Expand Down Expand Up @@ -706,9 +706,8 @@ compile-time and run-time effects.
=head2 Exportable Functions
As of perl 5.9.5 're' debug contains a number of utility functions that
may be optionally exported into the caller's namespace. They are listed
below.
As of perl 5.9.5, the C<re> module contains a number of utility functions that
may be optionally exported into the caller's namespace. They are listed below.
=over 4
Expand Down

0 comments on commit 7e806ec

Please sign in to comment.