Skip Menu |

This queue is for tickets about the ppt CPAN distribution.

Report information
The Basics
Id: 15040
Status: resolved
Priority: 0/
Queue: ppt

People
Owner: Nobody in particular
Requestors: m.romani [...] spinsoft.it
Cc:
AdminCc:

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



Subject: Typo in Algorithm::Diff SYNOPSIS section
URL: http://search.cpan.org/~cwest/ppt-0.14/bin/diff In the following line: use Algorithm::Diff qw(diff LCS trverse_sequences); we have trverse instead of traverse (missing 'a')
On Thu Oct 13 08:25:16 2005, guest wrote: Show quoted text
> URL: > > http://search.cpan.org/~cwest/ppt-0.14/bin/diff > > In the following line: > > use Algorithm::Diff qw(diff LCS trverse_sequences); > > we have trverse instead of traverse (missing 'a')
This is fixed in the PerlPowerTools repo, the revitalized version of this project. http://blogs.perl.org/users/brian_d_foy/2014/09/revitalizing-the-perl-power-tools.html
On Thu Dec 18 12:39:32 2014, BDFOY wrote: Show quoted text
> On Thu Oct 13 08:25:16 2005, guest wrote:
> > URL: > > > > http://search.cpan.org/~cwest/ppt-0.14/bin/diff > > > > In the following line: > > > > use Algorithm::Diff qw(diff LCS trverse_sequences); > > > > we have trverse instead of traverse (missing 'a')
>