Subject: | Multiple attribute shortucts are not supported. |
Date: | Wed, 6 May 2015 18:22:36 +0300 |
To: | bug-Moops [...] rt.cpan.org |
From: | Aliaksei Palkanau <lifusexitus [...] gmail.com> |
The attached test fails with the following exception:
1..1
not ok 1 - Point->can('y')
# Failed test 'Point->can('y')'
# at /home/aliaksei/Work/Infoblox/new_fw/NXDOMAIN/t/has-array.t line 8.
# Point->can('y') failed
# Looks like you failed 1 test of 1.
But both Moo and Moose should support such shortcuts:
http://search.cpan.org/~ether/Moose-2.1404/lib/Moose/Manual/Attributes.pod#MULTIPLE_ATTRIBUTE_SHORTCUTS
https://github.com/moose/Moo/blob/master/t/has-array.t
Message body is not shown because sender requested not to inline it.