projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c858b57
)
Version 0.00802.
0.00802
Florian Ragwitz [Thu, 23 Apr 2009 19:45:47 +0000 (21:45 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Emulate/Class/Accessor/Fast.pm
patch
|
blob
|
blame
|
history
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)
diff --git
a/lib/MooseX/Emulate/Class/Accessor/Fast.pm
b/lib/MooseX/Emulate/Class/Accessor/Fast.pm
index
4047c0d
..
450c409
100644
(file)
--- a/
lib/MooseX/Emulate/Class/Accessor/Fast.pm
+++ b/
lib/MooseX/Emulate/Class/Accessor/Fast.pm
@@
-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