- added tests for this (sartak)
* Moose::Object
- - fix a typo in ->does (sartak)
+ * Moose::Meta::Role::Application::RoleSummation
+ - fix typos no one ever sees (sartak)
0.50 Thurs. Jun 11, 2008
- Fixed a version number issue by bumping all modules
my %seen;
foreach my $attr (@all_attributes) {
if (exists $seen{$attr->{name}}) {
- confess "We have encountered an attribute conflict with '" . $attr->{name} . "'"
+ confess "We have encountered an attribute conflict with '" . $attr->{name} . "' "
. "during composition. This is fatal error and cannot be disambiguated."
if $seen{$attr->{name}} != $attr->{attr};
}