projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cecd110
)
foo
Stevan Little [Tue, 14 Nov 2006 18:37:16 +0000 (18:37 +0000)]
README
patch
|
blob
|
blame
|
history
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/README
b/README
index
1696dfc
..
9cc6fba
100644
(file)
--- a/
README
+++ b/
README
@@
-1,4
+1,4
@@
-Moose version 0.15
+Moose version 0.17
===========================
See the individual module documentation for more information
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
a72df14
..
628a9e6
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-4,7
+4,7
@@
package Moose;
use strict;
use warnings;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use Scalar::Util 'blessed', 'reftype';
use Carp 'confess';