X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes.pm;h=4f16f9a5f5405359b00e9e1395bd1293299ce5f2;hb=ef8b7b7a254653b0e77d19b19d7bd870700cf4b2;hp=996b0c080a8f701226d31ea093c1a18e4786a04e;hpb=6a1db9c7c89f006f6231aa64a9629dd1de7c5a15;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 996b0c0..4f16f9a 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -1,11 +1,7 @@ package MooseX::Types; use Moose; -=head1 NAME - -MooseX::Types - Organise your Moose types in libraries - -=cut +# ABSTRACT: Organise your Moose types in libraries use Moose::Util::TypeConstraints; use MooseX::Types::TypeDecorator; @@ -20,7 +16,6 @@ use Scalar::Util 'reftype'; use namespace::clean -except => [qw( meta )]; use 5.008; -our $VERSION = '0.26'; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'}; =head1 SYNOPSIS @@ -591,10 +586,6 @@ L Many thanks to the C<#moose> cabal on C. -=head1 AUTHOR - -Robert "phaylon" Sedlacek - =head1 CONTRIBUTORS jnapiorkowski: John Napiorkowski @@ -607,13 +598,6 @@ hdp: Hans Dieter Pearcey autarch: Dave Rolsky -=head1 COPYRIGHT & LICENSE - -Copyright (c) 2007-2009 Robert Sedlacek - -This program is free software; you can redistribute it and/or modify -it under the same terms as perl itself. - =cut 1;