X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FUtils.pm;h=ee1fdd348014622aec683bd379cd034a4838c1f5;hp=21004ded2730d2b2196c92a48355ddb4bcdc43c7;hb=e833c52a64e7aac9c18d7051285bf4d9906c4faf;hpb=a2a9110d666dcd61af2573a7ad977cf441587d21 diff --git a/lib/App/Rgit/Utils.pm b/lib/App/Rgit/Utils.pm index 21004de..ee1fdd3 100644 --- a/lib/App/Rgit/Utils.pm +++ b/lib/App/Rgit/Utils.pm @@ -12,11 +12,11 @@ App::Rgit::Utils - Miscellaneous utilities for App::Rgit classes. =head1 VERSION -Version 0.07 +Version 0.08 =cut -our $VERSION = '0.07'; +our $VERSION = '0.08'; =head1 DESCRIPTION @@ -26,7 +26,9 @@ This is an internal module to L. =head1 FUNCTIONS -=head2 C +=head2 C + + my $absolute_path = abs_path($path); Forcefully make a path C<$path> absolute (in L's meaning of the term) when it isn't already absolute or when it contains C<'..'>. @@ -49,7 +51,13 @@ sub abs_path { =head1 CONSTANTS -=head2 C, C, C, C +=head2 C + +=head2 C + +=head2 C + +=head2 C Codes to return from the C callback to respectively proceed to the next repository, retry the current one, end it all, and save the return code. @@ -62,7 +70,15 @@ use constant { LAST => 0x8, }; -=head2 C, C, C, C and C +=head2 C + +=head2 C + +=head2 C + +=head2 C + +=head2 C Message levels.