Skip Menu |

This queue is for tickets about the Hash-AsObject CPAN distribution.

Report information
The Basics
Id: 26031
Status: resolved
Priority: 0/
Queue: Hash-AsObject

People
Owner: nkuitse [...] cpan.org
Requestors: nkuitse [...] cpan.org
Cc:
AdminCc:

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



Subject: Documentation glitches
[Submitted by Ricardo Signes] There is some contradiction in the docs: isa This method cannot be used to access a hash element 'isa', because Hash::AsObject doesn't attempt to handle it specially. can Similarly, this can't be used to access a hash element 'can'. Later: The methods can() and isa() are special, because they're defined in the UNIVERSAL class that all packages automatically inherit from. In Perl, you can usually use calls $object->isa('Foo') and $object->can('bar') and get the desired results, but you have the options to use UNIVERSAL::can() and UNIVERSAL::isa() directly instead. In Hash::AsObject, you must use the UNIVERSAL functions - unless, of course, you want to access hash elements 'can' and 'isa' Oops? [Submitted by Thomas Linden] Beside this your Copyright section dates the copyright to 2003, you should change this to 2003-2007 or something.
Subject: Hash-AsObject-0.07 documentation bugs (ticket #26031) resolved
RT-Send-CC: rjbs [...] cpan.org, tlinden [...] cpan.org
The documentation bugs you reported have been fixed. Thanks for telling me about them! Paul. -- Paul Hoffman <nkuitse@cpan.org>