X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FGuard.pm;h=97408ad829ad148b01bf02a889a5c196d0ece2ab;hb=e833c52a64e7aac9c18d7051285bf4d9906c4faf;hp=d85e8df7c16bcb9f4cee3362553b61d8df196792;hpb=511d4fe4b46173353cd1fdcac0d26ac067868280;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Guard.pm b/lib/App/Rgit/Guard.pm index d85e8df..97408ad 100644 --- a/lib/App/Rgit/Guard.pm +++ b/lib/App/Rgit/Guard.pm @@ -9,11 +9,11 @@ App::Rgit::Guard - Scope guard helper for App::Rgit. =head1 VERSION -Version 0.06 +Version 0.08 =cut -our $VERSION = '0.06'; +our $VERSION = '0.08'; =head1 DESCRIPTION @@ -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.