Skip Menu |

This queue is for tickets about the Attribute-Constant CPAN distribution.

Report information
The Basics
Id: 84396
Status: resolved
Priority: 0/
Queue: Attribute-Constant

People
Owner: Nobody in particular
Requestors: pauseblx [...] gmail.com
Cc:
AdminCc:

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



Subject: bug in our assignement
this simple program: perl -MAttribute::Constant -c -e 'our %A:Constant()' Odd number of elements in hash assignment at /home/casa/localperl/share/perl/5.14.2/Attribute/Constant.pm line 12.
It has nothing to do with "our". It's a matter of missing initial values. Dan the Maintainer On Tue Apr 02 20:59:20 2013, pauseblx@gmail.com wrote: Show quoted text
> this simple program: > perl -MAttribute::Constant -c -e 'our %A:Constant()' > Odd number of elements in hash assignment at > /home/casa/localperl/share/perl/5.14.2/Attribute/Constant.pm line 12. >