RT for rt.cpan.org
Skip Menu
|
Bug #54449 for MooseX-Declare: simplify 'around BUILDARGS'
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
MooseX-Declare CPAN distribution
.
Report information
The Basics
Id:
54449
Status:
new
Priority:
0/
Queue:
MooseX-Declare
People
Owner:
Nobody in particular
Requestors:
justin.d.hunter [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
Wishlist
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Tue Feb 09 13:51:41 2010
justin.d.hunter [...] gmail.com - Ticket created
Subject:
simplify 'around BUILDARGS'
allow usage of around BUILDARGS(@args) { } instead of around BUILDARGS(ClassName $self: @args) { }