Version 1.08 1.08
Tomas Doran [Tue, 16 Apr 2013 07:31:24 +0000 (08:31 +0100)]
lib/Catalyst/Action/Deserialize/Data/Serializer.pm
lib/Catalyst/Action/Serialize/Data/Serializer.pm

index 8eacc74..061a207 100644 (file)
@@ -10,7 +10,7 @@ use Scalar::Util qw(openhandle);
 my $compartment = Safe->new;
 $compartment->permit_only( qw(padany null lineseq const pushmark list anonhash anonlist refgen leaveeval undef) );
 
-our $VERSION = '1.07';
+our $VERSION = '1.08';
 $VERSION = eval $VERSION;
 
 sub execute {
index 4d6f61c..4891998 100644 (file)
@@ -6,7 +6,7 @@ use namespace::autoclean;
 extends 'Catalyst::Action';
 use Data::Serializer;
 
-our $VERSION = '1.07';
+our $VERSION = '1.08';
 $VERSION = eval $VERSION;
 
 sub execute {