projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52c7c33
)
forgot to update $VERSION
Matt S Trout [Sun, 29 Apr 2007 00:48:41 +0000 (
00:48
+0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
9b8c5eb
..
4a43e92
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-4,7
+4,7
@@
package Moose;
use strict;
use warnings;
-our $VERSION = '0.21';
+our $VERSION = '0.22';
our $AUTHORITY = 'cpan:STEVAN';
use Scalar::Util 'blessed', 'reftype';