X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo%2FGuard.pm;h=59567cdbf2ec4c5e4c5fb87becaaa37a6283b939;hb=HEAD;hp=87dbaa8361f3d861fb2e6a1c44825caf4103b0d2;hpb=937bf27968e203fe3b6ea35150dbaee8f6b64458;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo/Guard.pm b/lib/CPANPLUS/Dist/Gentoo/Guard.pm index 87dbaa8..59567cd 100644 --- a/lib/CPANPLUS/Dist/Gentoo/Guard.pm +++ b/lib/CPANPLUS/Dist/Gentoo/Guard.pm @@ -9,11 +9,11 @@ CPANPLUS::Dist::Gentoo::Guard - Scope guard object. =head1 VERSION -Version 0.09 +Version 0.12 =cut -our $VERSION = '0.09'; +our $VERSION = '0.12'; =head1 DESCRIPTION @@ -21,7 +21,9 @@ This is a scope guard object helper for L. =head1 METHODS -=head2 C +=head2 C + + my $guard = CPANPLUS::Dist::Gentoo::Guard->new($coderef); Creates a new L object that will call C<$coderef> when destroyed. @@ -83,7 +85,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.