Skip to content

Commit

Permalink
add version + authority
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Apr 21, 2008
1 parent 316d7a7 commit f951748
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/MooseX/Types/UUID.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package MooseX::Types::UUID;
use strict;
use warnings;

our $VERSION = '0.01';
our $AUTHORITY = 'CPAN:JROCKWAY';

use MooseX::Types -declare => ['UUID'];
use MooseX::Types::Moose qw(Str);

Expand Down

0 comments on commit f951748

Please sign in to comment.