X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FUtils.pm;fp=lib%2FApp%2FRgit%2FUtils.pm;h=ee1fdd348014622aec683bd379cd034a4838c1f5;hp=c081d9b99cb5ed4453abbaac78eea9b3241a7330;hb=e833c52a64e7aac9c18d7051285bf4d9906c4faf;hpb=c39af12272015e8aff09d3c05e4f32d7943b4154 diff --git a/lib/App/Rgit/Utils.pm b/lib/App/Rgit/Utils.pm index c081d9b..ee1fdd3 100644 --- a/lib/App/Rgit/Utils.pm +++ b/lib/App/Rgit/Utils.pm @@ -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.