Skip Menu |

This queue is for tickets about the Regexp-Common CPAN distribution.

Report information
The Basics
Id: 71131
Status: resolved
Priority: 0/
Queue: Regexp-Common

People
Owner: Nobody in particular
Requestors: intrigeri+debian [...] boum.org
Cc: CARNIL [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: improved patch for 67549
Date: Wed, 21 Sep 2011 22:48:10 +0200
To: bug-regexp-common [...] rt.cpan.org
From: intrigeri <intrigeri+debian [...] boum.org>
Hi, please find, attached, an updated patch that fixes one more spelling mistake. Bye, -- intrigeri <intrigeri@boum.org>

Message body is not shown because sender requested not to inline it.

... and an even newer version ... Cheers, gregor, Debian Perl Group
Subject: fix-pod-spelling.patch
Description: fix POD spelling errors Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=71131 Forwarded: yes Author: Jonathan Yu <jawnsy@cpan.org>, intrigeri <intrigeri+debian@boum.org> Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>, gregor herrmann <gregoa@debian.org> Last-Update: 2011-12-11 --- a/lib/Regexp/Common.pm +++ b/lib/Regexp/Common.pm @@ -681,7 +681,7 @@ be made available - the wanted sets should be given as arguments to C<use>. Alternatively, it is also possible to indicate which sets of patterns should not be made available - those sets will be given as -argument to the C<use> statement, but are preceeded with an exclaimation +argument to the C<use> statement, but are preceded with an exclaimation mark. The argument I<no_defaults> indicates none of the default patterns should be made available. This is useful for instance if all you want is the C<pattern()> subroutine. @@ -699,7 +699,7 @@ use Regexp::Common qw /my_patterns/; Note that the default patterns will still be made available - only if -you use I<no_defaults>, or mention one of the default sets explicitely, +you use I<no_defaults>, or mention one of the default sets explicitly, the non mentioned defaults aren't made available. =head2 List of available patterns @@ -789,7 +789,7 @@ =item C<Can't create unknown regex: $RE{...}> Regexp::Common doesn't have a generator for the requested pattern. -Often indicates a mispelt or missing parameter. +Often indicates a misspelt or missing parameter. =item C<Perl %f does not support the pattern $RE{...}.
Fixed in the repository. Will be in the next release.
Hi, On Wed Mar 13 10:25:50 2013, ABIGAIL wrote: Show quoted text
> Fixed in the repository. Will be in the next release.
was this included in the recent versions? At least in 2015121601 version the spelling typos are there. Thanks in advance, Regards, Salvatore
This was resolved some time ago.