Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Mar 17, 2011
1 parent fd464f0 commit ed73f76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
2.1.0 -
- Deflating/Inflating attributes can now be defined in roles
and composed in a class that doesn't use LazyDeflator
directly.

2.0.1 - 2011-03-17
- deflate/inflate return now the value of the attribute
even if no deflator/inflator could be found
Expand Down
@@ -1,6 +1,5 @@
package MooseX::Attribute::LazyInflator::Meta::Role::ApplicationToRole;
use Moose::Role;
use MooseX::Attribute::LazyInflator::Role::Class;

around apply => sub {
my $orig = shift;
Expand Down
2 changes: 1 addition & 1 deletion t/role.t
Expand Up @@ -73,7 +73,7 @@ for(0..3) {
ok(!$attr->is_inflated($t), 'ScalarRef attribute is not inflated');

}
diag "making immutable" if($_ eq 1);
diag "making immutable" if($_ % 2);
$class->meta->make_immutable;
}

Expand Down

0 comments on commit ed73f76

Please sign in to comment.