X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FCounter.pm;h=6e64e79b5f6a3c74c3d0e07218a8aef16265b473;hb=20544c311ab3450af56ee422067786e4abaed33d;hp=e64d19efd0c251efd233503e4920448ea0a65a12;hpb=8e5dd3fb4d0102f0e91b658540172825831ee49d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm b/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm index e64d19e..6e64e79 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm @@ -2,10 +2,6 @@ package Moose::Meta::Attribute::Native::Trait::Counter; use Moose::Role; -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - with 'Moose::Meta::Attribute::Native::Trait' => { -excludes => ['_root_types'] }; @@ -18,14 +14,12 @@ no Moose::Role; 1; +# ABSTRACT: Helper trait for Int attributes which represent counters + __END__ =pod -=head1 NAME - -Moose::Meta::Attribute::Native::Trait::Counter - Helper trait for counters - =head1 SYNOPSIS package MyHomePage; @@ -100,17 +94,4 @@ value. See L for details on reporting bugs. -=head1 AUTHOR - -Stevan Little Estevan@iinteractive.comE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2007-2010 by Infinity Interactive, Inc. - -L - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut