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{ $_ } ) )
This queue is for tickets about the Win32-IE-Mechanize CPAN distribution.
The Basics
People
|
Bug Information
|