Added version and authority info to a couple of files.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Composite.pm
index dc2a3b9..f4d76c3 100644 (file)
@@ -1,6 +1,9 @@
 package MooseX::AttributeHelpers::Composite;
 use Moose;
 
+our $VERSION   = '0.01';
+our $AUTHORITY = 'cpan:STEVAN';
+
 extends 'Moose::Meta::Attribute';
 
 with qw(MooseX::AttributeHelpers::Composite::Trait);