From: john napiorkowski Date: Wed, 27 May 2009 17:42:40 +0000 (-0400) Subject: updated copyright and contributor list X-Git-Tag: 0.15^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=ffa6bd15653d24cb3197fb7d2a7cdd6726248524 updated copyright and contributor list --- diff --git a/lib/MooseX/Types/Structured.pm b/lib/MooseX/Types/Structured.pm index b49a258..ccb0844 100644 --- a/lib/MooseX/Types/Structured.pm +++ b/lib/MooseX/Types/Structured.pm @@ -10,7 +10,7 @@ use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] }; use Devel::PartialDump; use Scalar::Util qw(blessed); -our $VERSION = '0.14'; +our $VERSION = '0.155555'; our $AUTHORITY = 'cpan:JJNAPIORK'; =head1 NAME @@ -814,14 +814,24 @@ All POD examples need test cases in t/documentation/*.t Want to break out the examples section to a separate cookbook style POD. Want more examples and best practice / usage guidance for authors Need to clarify deep coercions, -Need to clarify subtypes of subtypes. =head1 AUTHOR +Copyright 2008-2009, John Napiorkowski + John Napiorkowski, C<< >> +=head1 CONTRIBUTORS + +The Following people have contributed to this module: + + Florian Ragwitz, C<< >> + Yuval Kogman, C<< >> + =head1 COPYRIGHT & LICENSE +Copyright 2008-2009, John Napiorkowski + This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.