Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-Affixes CPAN distribution.

Report information
The Basics
Id: 107857
Status: resolved
Priority: 0/
Queue: Text-Affixes

People
Owner: KAPPA [...] cpan.org
Requestors: gsullivan [...] cpan.org
Cc:
AdminCc:

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



Subject: Patch for minor POD errors
Subject: diff-u.txt
--- ../Text-Affixes-0.08.orig/Affixes.pm 2015-10-19 08:18:17.000000000 -0400 +++ Affixes.pm 2015-10-19 11:36:10.014691000 -0400 @@ -24,7 +24,7 @@ =head1 NAME -Text::Affixes - Prefixes and suffixes analisys of text +Text::Affixes - Prefixes and suffixes analysis of text =head1 SYNOPSIS @@ -62,7 +62,7 @@ =head1 DESCRIPTION -Provides methods for prefixe and suffix analisys of text. +Provides methods for prefix and suffix analysis of text. =head1 METHODS @@ -110,7 +110,7 @@ A suffix is considered to be a sequence of word characters (\w) in the end of a word (that is, before a word boundary) that does not start at the beginning of the word ("regular expressionly" speaking, a -prefix is the $1 of /\w(\w+)\b/). +suffix is the $1 of /\w(\w+)\b/). # extracting suffixes of size 3 $suffixes = get_suffixes( $text );
19 Eki 2015 Pts, 11:43:50 tarihinde, GSULLIVAN yazdı: Show quoted text
> --- ../Text-Affixes-0.08.orig/Affixes.pm 2015-10-19 08:18:17.000000000 -0400 > +++ Affixes.pm 2015-10-19 11:36:10.014691000 -0400 > @@ -24,7 +24,7 @@ > > =head1 NAME > > -Text::Affixes - Prefixes and suffixes analisys of text > +Text::Affixes - Prefixes and suffixes analysis of text > > =head1 SYNOPSIS > > @@ -62,7 +62,7 @@ > > =head1 DESCRIPTION > > -Provides methods for prefixe and suffix analisys of text. > +Provides methods for prefix and suffix analysis of text. > > =head1 METHODS > > @@ -110,7 +110,7 @@ > A suffix is considered to be a sequence of word characters (\w) in > the end of a word (that is, before a word boundary) that does not start > at the beginning of the word ("regular expressionly" speaking, a > -prefix is the $1 of /\w(\w+)\b/). > +suffix is the $1 of /\w(\w+)\b/). > > # extracting suffixes of size 3 > $suffixes = get_suffixes( $text );
Thanks! The patch will be integrated in 0.09.