Skip Menu |

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

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

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

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



Subject: POD typo
The "perm" code example has a missing }. I enclosed a patch.
Subject: diff-u.txt
--- Compare.pm.orig 2020-06-03 13:56:28.000000000 -0400 +++ Compare.pm 2020-06-03 16:39:01.767557000 -0400 @@ -164,7 +164,7 @@ if ($comp->perm(\@a, \@b) { print "Arrays are perms\n"; - else { + } else { print "Nope. Arrays are completely different\n"; }
Just submitted Pull Request to address the issue. https://github.com/davorg/array-compare/pull/10
Merged pull request from MANWAR. I'll put a release out later today.