Skip to content

Commit

Permalink
fixed test on perl < 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Apr 18, 2012
1 parent 4b3b496 commit 31b87eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.2.1 - 2012-04-18
- fixed test on perl < 5.14

2.2.0 - 2012-04-17
- better error reports on failed deflation/inflation

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Moritz Onken
license = BSD
copyright_holder = Moritz Onken

version = 2.2.0
version = 2.2.1

[Prereqs]

Expand Down
1 change: 0 additions & 1 deletion lib/MooseX/Attribute/Deflator/Meta/Role/Attribute.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ sub _inline_deflator {
}
: '$value';
@deflator = (
'local $@;',
'my $deflated = eval {',
@deflator,
'};',
Expand Down

0 comments on commit 31b87eb

Please sign in to comment.