projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5c40fb2
)
bump version #
0.06
Dave Rolsky [Fri, 27 Jun 2008 03:45:30 +0000 (
03:45
+0000)]
lib/MooseX/StrictConstructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/StrictConstructor.pm
b/lib/MooseX/StrictConstructor.pm
index
b980b10
..
0e3714b
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.05';
+our $VERSION = '0.06';
use Moose;
use MooseX::Object::StrictConstructor;