X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FGuard.pm;h=97408ad829ad148b01bf02a889a5c196d0ece2ab;hb=80656eec9bd2400f8db71d0d10d7d0be54139667;hp=5f5739ac42e57fada237ea3bc62444b6a72fd109;hpb=3c8fbdcb1480e5d245448b8fa2f99fa36c489cf2;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Guard.pm b/lib/App/Rgit/Guard.pm index 5f5739a..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. @@ -56,7 +58,8 @@ You can contact me by mail or on C (vincent). =head1 BUGS -Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. +Please report any bugs or feature requests to C, or through the web interface at L. +I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT