Skip Menu |

This queue is for tickets about the Array-Compare CPAN distribution.

Report information
The Basics
Id: 14673
Status: resolved
Priority: 0/
Queue: Array-Compare

People
Owner: DAVECROSS [...] cpan.org
Requestors: lallip [...] cs.rpi.edu
Cc:
AdminCc:

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



Subject: Error in synopsis code
Minor syntax error in the Synopsis part of the POD documentation. Missing ) in the if statement. Diff attached.
44c44 < if ($comp->compare(\@arr1, \@arr2) { --- > if ($comp->compare(\@arr1, \@arr2)) {
[guest - Tue Sep 20 12:46:48 2005]: Show quoted text
> Minor syntax error in the Synopsis part of the POD documentation. > Missing ) in the if statement.
Fixed in rlease 1.13. Thanks for pointing it out. Dave...