projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b21ea3e
)
Version 0.00903.
master
0.00903
Florian Ragwitz [Tue, 15 Sep 2009 21:42:49 +0000 (23:42 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Emulate/Class/Accessor/Fast.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
f90e129
..
3a0f9ab
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+0.00903 Sept 15, 2009
+ - Silence a test warning from Moose 0.90 (Dave Rolsky).
+
0.00902 July 10, 2009
- Bump required Moose version to avoid issues with is => 'bare'
when an older version of Moose is already installed.
diff --git
a/lib/MooseX/Emulate/Class/Accessor/Fast.pm
b/lib/MooseX/Emulate/Class/Accessor/Fast.pm
index
346aea8
..
3573ba1
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.00902';
+our $VERSION = '0.00903';
=head1 NAME