X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo%2FGuard.pm;h=59567cdbf2ec4c5e4c5fb87becaaa37a6283b939;hb=19eae8789c3ed2068bfde084ba9a8c711526c589;hp=e800e13ff11c3a8f765f193fdbb0698841e96e99;hpb=39780a6e003df06b2cc73bfbb80b6c2e16b12574;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo/Guard.pm b/lib/CPANPLUS/Dist/Gentoo/Guard.pm index e800e13..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.11 +Version 0.12 =cut -our $VERSION = '0.11'; +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.