Skip Menu |

This queue is for tickets about the Algorithm-Dependency CPAN distribution.

Report information
The Basics
Id: 4424
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Algorithm-Dependency

People
Owner: Nobody in particular
Requestors: blyman [...] cpan.org
Cc:
AdminCc:

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



Subject: typo in SYNOPSIS of Algorithm::Dependency
Hi, The synopsis for Algorithm-Dependency has a small typo: # Find out the order we need to act on the items in. # This WILL include the item we selected, 'Foo'. my $schedule = $dep->depends( 'Foo' ); That should be: my $schedule = $dep->schedule( 'Foo' ); Belden