Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the autobox-Core CPAN distribution.

Report information
The Basics
Id: 41578
Status: resolved
Priority: 0/
Queue: autobox-Core

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

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



Subject: small POD typo
Attached is a patch that fixes a error in the POD of Core.pm. Thanks, Frank
Subject: Core.pm.diff
--- Core.pm.old 2008-12-09 22:58:53.000000000 +0100 +++ Core.pm 2008-12-09 22:59:20.000000000 +0100 @@ -142,7 +142,7 @@ print $arrref->sum(), "\n"; -If this goes over well, I'll make L<Langauge::Functional> a dependency and expose +If this goes over well, I'll make L<Language::Functional> a dependency and expose its function as methods on the correct data types. Or maybe I will do this anyway. C<each> is like C<foreach> but for hash references. For each key in the hash,
On Tue Dec 09 17:59:49 2008, frank.wiegand wrote: Show quoted text
> Attached is a patch that fixes a error in the POD of Core.pm. > > > Thanks, Frank
Applied. Thanks!
blagh