This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pods: Standardize on one pattern mod style
authorKarl Williamson <khw@cpan.org>
Fri, 17 Feb 2017 02:30:08 +0000 (19:30 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 20 Feb 2017 16:08:54 +0000 (09:08 -0700)
commitf1dc5bb2995ecccb5fa0346ca80f01f09aaa3e9d
treeafd9d8fdb26794366402e77cf9ac8a2dc2b74f4b
parent52b4b0e0361aa3b508faa5976f08af4626cd49ae
Pods: Standardize on one pattern mod style

There were about 40 cases in pods where //m is used to represent the
pattern modifier 'm', but nearly 400 where /m is used.  Convert to the
most common representation.
pod/perlfilter.pod
pod/perlre.pod
pod/perlreapi.pod
pod/perlrequick.pod
pod/perlretut.pod