projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a0f8153
)
adding in the last few bits
Stevan Little [Fri, 23 Nov 2007 20:38:03 +0000 (20:38 +0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
aa4ef94
..
b3073c4
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-4,7
+4,7
@@
package Moose;
use strict;
use warnings;
-our $VERSION = '0.29';
+our $VERSION = '0.30';
our $AUTHORITY = 'cpan:STEVAN';
use Scalar::Util 'blessed', 'reftype';