Version 0.00802. 0.00802
Florian Ragwitz [Thu, 23 Apr 2009 19:45:47 +0000 (21:45 +0200)]
Changes
lib/MooseX/Emulate/Class/Accessor/Fast.pm

diff --git a/Changes b/Changes
index 9070864..7a0c603 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.00802    Apr 23, 2008
           - Declare test dependency on Test::Exception. Closes RT#43194. (rafl)
           - Turn build_requires on Test::More into test_requires. (rafl)
           - Fix doc typos in SYNOPSIS. Closes RT#40380. (rafl)
index 4047c0d..450c409 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util ();
 
 use MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor ();
 
-our $VERSION = '0.00801';
+our $VERSION = '0.00802';
 
 =head1 NAME