projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0f795b4
)
Checking in changes prior to tagging of version 0.05. Changelog diff is:
0.05
Dave Rolsky [Sat, 19 Apr 2008 03:46:05 +0000 (
03:46
+0000)]
lib/MooseX/StrictConstructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/StrictConstructor.pm
b/lib/MooseX/StrictConstructor.pm
index
ea1f719
..
b980b10
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.04';
+our $VERSION = '0.05';
use Moose;
use MooseX::Object::StrictConstructor;