Skip Menu |

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

Report information
The Basics
Id: 13390
Status: resolved
Priority: 0/
Queue: Hash-Merge

People
Owner: Nobody in particular
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

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



Date: Thu, 23 Jun 2005 09:53:48 -0400
From: Jesse Vincent <jesse [...] fsck.com>
To: bug-hash-merge [...] rt.cpan.org
Subject: Synopsis example incorrect
The docs for Hash::Merge specify that set_behavior is called with a bareword. It seems like it actually wants a scalar: Hash::Merge::set_behavior( RIGHT_PRECEDENT ); should be Hash::Merge::set_behavior( 'RIGHT_PRECEDENT' ); Thanks!
On Thu Jun 23 10:39:36 2005, jesse@fsck.com wrote: Show quoted text
> The docs for Hash::Merge specify that set_behavior is called with a > bareword. It seems like it actually wants a scalar: > > Hash::Merge::set_behavior( RIGHT_PRECEDENT ); > > should be > > Hash::Merge::set_behavior( 'RIGHT_PRECEDENT' ); > > > Thanks!
Thanks, I have this change added to my 0.10 release :)