X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo%2FVersion.pm;h=cc21274bdab6f9a8339e45257745bf470e9de952;hb=HEAD;hp=9b32f79548346a4d9c3b04e3909955c53cef40db;hpb=6c4e16d17f4bee5aa01c2048f0a1e12d348eee67;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo/Version.pm b/lib/CPANPLUS/Dist/Gentoo/Version.pm index 9b32f79..cc21274 100644 --- a/lib/CPANPLUS/Dist/Gentoo/Version.pm +++ b/lib/CPANPLUS/Dist/Gentoo/Version.pm @@ -9,11 +9,11 @@ CPANPLUS::Dist::Gentoo::Version - Gentoo version object. =head1 VERSION -Version 0.11 +Version 0.12 =cut -our $VERSION = '0.11'; +our $VERSION = '0.12'; =head1 DESCRIPTION @@ -50,7 +50,9 @@ my $capturing_version_rx = qr{ =head1 METHODS -=head2 C +=head2 C + + my $cdgv = CPANPLUS::Dist::Gentoo::Version->new($vstring); Creates a new L object from the version string C<$vstring>. @@ -228,7 +230,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2012 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.