projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7fc87c8
)
Version 0.00900.
0.00900
Florian Ragwitz [Thu, 28 May 2009 23:16:42 +0000 (
01:16
+0200)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Emulate/Class/Accessor/Fast.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
dcadee2
..
a651002
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,4
@@
-0.00900
+0.00900 May 29, 2009
- Fix so that classes which implement BUILD themselves still get
all attributes passed to their constuctor placed into the instance
hash (t0m)
diff --git
a/lib/MooseX/Emulate/Class/Accessor/Fast.pm
b/lib/MooseX/Emulate/Class/Accessor/Fast.pm
index
64df919
..
29cae87
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.00802';
+our $VERSION = '0.00900';
=head1 NAME