Skip Menu |

This queue is for tickets about the Devel-Cycle CPAN distribution.

Report information
The Basics
Id: 75956
Status: new
Priority: 0/
Queue: Devel-Cycle

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

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



Subject: typos in pod
Hi, while on the Debian package of Devel-Cycle, our QA tools called my attention to two typos in the POD, which I'd like to forward for inclusion: --- a/lib/Devel/Cycle.pm +++ b/lib/Devel/Cycle.pm @@ -340,7 +340,7 @@ $reference->[$index] eq $reference_value The first element of the array reference is the $object_reference that -you pased to find_cycle() and may not be directly involved in the +you passed to find_cycle() and may not be directly involved in the cycle. If a reference is a weak ref produced using Scalar::Util's weaken() @@ -376,7 +376,7 @@ $reference->[$index] eq $reference_value The first element of the array reference is the $object_reference that -you pased to find_cycle() and may not be directly involved in the +you passed to find_cycle() and may not be directly involved in the cycle. =back Florian