X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FGuard.pm;fp=lib%2FApp%2FRgit%2FGuard.pm;h=97408ad829ad148b01bf02a889a5c196d0ece2ab;hp=6bcd078fe48accb09a0a2a939699f562db17884c;hb=e833c52a64e7aac9c18d7051285bf4d9906c4faf;hpb=c39af12272015e8aff09d3c05e4f32d7943b4154 diff --git a/lib/App/Rgit/Guard.pm b/lib/App/Rgit/Guard.pm index 6bcd078..97408ad 100644 --- a/lib/App/Rgit/Guard.pm +++ b/lib/App/Rgit/Guard.pm @@ -23,7 +23,9 @@ This is an internal module to L. =head1 METHODS -=head2 C +=head2 C + + my $guard = App::Rgit::Guard->new($callback); Creates a new C object that will call C<$callback> when it is destroyed.