Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 78202
Status: resolved
Priority: 0/
Queue: Moose

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

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



Subject: Documentation issue on Moose::Meta::Attribute->new
The documentation for Moose::Meta::Attribute says that the invocation for the method 'new' goes as: Moose::Meta::Attribute->new(%options) but if I look at the code it says: sub new { my ($class, $name, %options) = @_; So shouldn't the invocation be documented as Moose::Meta::Attribute->new($name, %options)
Fixed in 94d3459.