projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3d9a716
)
0.03
Stevan Little [Thu, 3 May 2007 01:06:12 +0000 (
01:06
+0000)]
lib/MooseX/Getopt/Meta/Attribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt/Meta/Attribute.pm
b/lib/MooseX/Getopt/Meta/Attribute.pm
index
fdcc5ce
..
d10332e
100644
(file)
--- a/
lib/MooseX/Getopt/Meta/Attribute.pm
+++ b/
lib/MooseX/Getopt/Meta/Attribute.pm
@@
-3,7
+3,7
@@
package ;
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
our $AUTHORITY = 'cpan:STEVAN';
extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)