X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo%2FGuard.pm;h=59567cdbf2ec4c5e4c5fb87becaaa37a6283b939;hb=HEAD;hp=6ba511d2d37f66514f234d202640a2673f7b9942;hpb=a693bb0868d5a92f81d7da01b2f4f4d866ac13e4;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo/Guard.pm b/lib/CPANPLUS/Dist/Gentoo/Guard.pm index 6ba511d..59567cd 100644 --- a/lib/CPANPLUS/Dist/Gentoo/Guard.pm +++ b/lib/CPANPLUS/Dist/Gentoo/Guard.pm @@ -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.