Skip Menu |

This queue is for tickets about the Win32-IE-Mechanize CPAN distribution.

Report information
The Basics
Id: 7056
Status: resolved
Priority: 0/
Queue: Win32-IE-Mechanize

People
Owner: abeltje [...] cpan.org
Requestors: dcimafonte [...] yahoo.it
Cc:
AdminCc:

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



Subject: sub set_property doesnt work
prop_value should be preceded by two underscores, not one. current source code: ( $_ => _prop_value( $_, $raw{ $_ } ) ) should be: ( $_ => __prop_value( $_, $raw{ $_ } ) )
Sorry this took so long. [guest - Thu Jul 22 11:25:32 2004]: Show quoted text
> prop_value should be preceded by two underscores, not one. > current source code: > ( $_ => _prop_value( $_, $raw{ $_ } ) ) > should be: > ( $_ => __prop_value( $_, $raw{ $_ } ) )
Thanks, this is now part of the released beta-version 0.007_3 (in change 213) Abe.