projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e532db
)
bump version and update changes
Dave Rolsky [Sun, 31 Aug 2008 04:17:37 +0000 (
04:17
+0000)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/StrictConstructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
7b8ffae
..
8471de7
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,8
@@
+0.06_02 2008-08-30
+
+* This module no longer exports Moose's sugar. Just use Moose instead.
+
+
0.06_01 2008-08-30
- Rewrote this distro's functionality as roles to take advantage of
diff --git
a/lib/MooseX/StrictConstructor.pm
b/lib/MooseX/StrictConstructor.pm
index
ab58b8f
..
7faa178
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.06_01';
+our $VERSION = '0.06_02';
$VERSION = eval $VERSION;
use Class::MOP ();