X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FAcme%2FCPANAuthors%2FYou%2Fre_using.pm;h=9fbe898e382b21e77200123809a0469ce13f481a;hb=a7271956fb0e83fe6687b53c9e892bc5ae2a3214;hp=10e3cdac64c7a70ebbf193a93810630436360cb5;hpb=2b0fd7f8c26084dbb425cddb07b5eb0d72823960;p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git diff --git a/lib/Acme/CPANAuthors/You/re_using.pm b/lib/Acme/CPANAuthors/You/re_using.pm index 10e3cda..9fbe898 100644 --- a/lib/Acme/CPANAuthors/You/re_using.pm +++ b/lib/Acme/CPANAuthors/You/re_using.pm @@ -14,13 +14,13 @@ Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the =head1 VERSION -Version 0.04 +Version 0.06 =cut our $VERSION; BEGIN { - $VERSION = '0.04'; + $VERSION = '0.06'; } =head1 SYNOPSIS @@ -87,7 +87,7 @@ sub register { my $name; $name = $auth->name if defined $auth; - + $authors{$cpanid} = defined $name ? $name : $cpanid; } @@ -122,7 +122,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010,2011 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2013 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.