projects
/
gitmo/MooseX-AttributeHelpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
37cd079
)
fuckingyuval
Stevan Little [Mon, 10 Mar 2008 14:57:07 +0000 (14:57 +0000)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/MooseX/AttributeHelpers.pm
patch
|
blob
|
blame
|
history
lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
b95ab3c
..
60278e7
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,10
@@
Revision history for Perl extension MooseX-AttributeHelpers
+0.08
+ * MooseX::AttributeHelpers::MethodProvider::Hash
+ - fixed bug in non-type constraint version of set
+ method (thanks to frodwith)
+
0.07 Tues. Jan. 1, 2008
* MooseX::AttributeHelpers::String
- Initial version
diff --git
a/lib/MooseX/AttributeHelpers.pm
b/lib/MooseX/AttributeHelpers.pm
index
391ef84
..
094248f
100644
(file)
--- a/
lib/MooseX/AttributeHelpers.pm
+++ b/
lib/MooseX/AttributeHelpers.pm
@@
-1,7
+1,7
@@
package MooseX::AttributeHelpers;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
our $AUTHORITY = 'cpan:STEVAN';
use MooseX::AttributeHelpers::Meta::Method::Provided;
diff --git
a/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
b/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
index
ebe22aa
..
a5fbcac
100644
(file)
--- a/
lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
+++ b/
lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
@@
-1,7
+1,7
@@
package MooseX::AttributeHelpers::MethodProvider::Hash;
use Moose::Role;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
our $AUTHORITY = 'cpan:STEVAN';
with 'MooseX::AttributeHelpers::MethodProvider::ImmutableHash';