X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo%2FGuard.pm;fp=lib%2FCPANPLUS%2FDist%2FGentoo%2FGuard.pm;h=59567cdbf2ec4c5e4c5fb87becaaa37a6283b939;hp=6ba511d2d37f66514f234d202640a2673f7b9942;hb=19eae8789c3ed2068bfde084ba9a8c711526c589;hpb=e71c31d55d3d29cbe9d4d890d0b115aea08d1105 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.