projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6946267
)
Version 0.00901.
0.00901
Florian Ragwitz [Mon, 6 Jul 2009 14:40:39 +0000 (16:40 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Emulate/Class/Accessor/Fast.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
223eed2
..
b620fa5
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.00901 July 06, 2009
- Fix to not warn with newer versions of Moose by passing is => 'bare'
to process_accessors method.
diff --git
a/lib/MooseX/Emulate/Class/Accessor/Fast.pm
b/lib/MooseX/Emulate/Class/Accessor/Fast.pm
index
57d3f81
..
d2e4ca3
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.00900';
+our $VERSION = '0.00901';
=head1 NAME