Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

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

People
Owner: stevan.little [...] gmail.com
Requestors: itegebo [...] berkeley.edu
Cc:
AdminCc:

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



Subject: Possible Typo in Moose::Cookbook::Recipe1
In Moose::Cookbook::Recipe1, it seems that there might be an error: -- As with Point's x and y attributes, this attribute has a type constraint of Int, but it differs in that it does not ask for any autogenerated accessors. The result being (aside from broken object encapsulation) that x is a private attribute. -- Is it the case that 'z' is the private attribute and not 'x'?
This is fixed and will be in the next release of Moose (0.34) coming soon to a CPAN mirror near you