Skip Menu |

This queue is for tickets about the Type-Tiny CPAN distribution.

Report information
The Basics
Id: 124121
Status: resolved
Priority: 0/
Queue: Type-Tiny

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: warning: "Found = in conditional, should be == at temporary compiled converter from 'Dict' line 1"
I see this warning when running some code that uses a Dict type. The inlined code is dense, but I suspect it may be from this: ./Standard/Dict.pm: 'if (exists $orig->{%s}) { $tmp = %s; (%s) ? ($new{%s}=$tmp) : ($return_orig=1 and last %s) }', should that instead be "($return_orig == 1 and last %s)" ? (similar code snippets appear several times in Dict.pm and Tuple.pm.) This is in version 1.000005.
The warnings went away after I upgraded to 1.002001, so I'm closing this!