projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8ce99dd
)
Bump version
Dave Rolsky [Tue, 7 Apr 2009 14:50:01 +0000 (14:50 +0000)]
lib/MooseX/StrictConstructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/StrictConstructor.pm
b/lib/MooseX/StrictConstructor.pm
index
19df7a9
..
4b3bb62
100644
(file)
--- a/
lib/MooseX/StrictConstructor.pm
+++ b/
lib/MooseX/StrictConstructor.pm
@@
-3,7
+3,7
@@
package MooseX::StrictConstructor;
use strict;
use warnings;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
$VERSION = eval $VERSION;
use Class::MOP ();