From: Matt S Trout Date: Thu, 29 Mar 2012 19:14:45 +0000 (+0000) Subject: update versions and copyright X-Git-Tag: v1.000000~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c334a5c17366c11619fa319233059854491de274;p=gitmo%2FRole-Tiny.git update versions and copyright --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index db9151e..a99c90a 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -6,6 +6,9 @@ sub _getstash { \%{"$_[0]::"} } use strict; use warnings FATAL => 'all'; +our $VERSION = '1.000000'; # 1.0.0 +$VERSION = eval $VERSION; + our %INFO; our %APPLIED_TO; our %COMPOSED; @@ -381,12 +384,38 @@ documentation. See L<< Class::Method::Modifiers/after method(s) => sub { ... } >> for full documentation. -=head1 AUTHORS +=head1 AUTHOR + +mst - Matt S. Trout (cpan:MSTROUT) + +=head1 CONTRIBUTORS + +dg - David Leadbeater (cpan:DGL) + +frew - Arthur Axel "fREW" Schmidt (cpan:FREW) + +hobbs - Andrew Rodland (cpan:ARODLAND) + +jnap - John Napiorkowski (cpan:JJNAPIORK) + +ribasushi - Peter Rabbitson (cpan:RIBASUSHI) + +chip - Chip Salzenberg (cpan:CHIPS) + +ajgb - Alex J. G. Burzyński (cpan:AJGB) + +doy - Jesse Luehrs (cpan:DOY) + +perigrin - Chris Prather (cpan:PERIGRIN) + +=head1 COPYRIGHT -See L for authors. +Copyright (c) 2010-2012 the Role::Tiny L and L +as listed above. -=head1 COPYRIGHT AND LICENSE +=head1 LICENSE -See L for the copyright and license. +This library is free software and may be distributed under the same terms +as perl itself. =cut diff --git a/lib/Role/Tiny/With.pm b/lib/Role/Tiny/With.pm index 4b568ea..5296486 100644 --- a/lib/Role/Tiny/With.pm +++ b/lib/Role/Tiny/With.pm @@ -35,11 +35,11 @@ provides a C function to compose such roles. =head1 AUTHORS -See L for authors. +See L for authors. =head1 COPYRIGHT AND LICENSE -See L for the copyright and license. +See L for the copyright and license. =cut