X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FConfig.pm;fp=lib%2FApp%2FRgit%2FConfig.pm;h=c384203a69d0cdac90ca12626ed0f3c4688b9b78;hp=29ebd7bd42b81445dda9ff07fea62e8861990cdc;hb=e833c52a64e7aac9c18d7051285bf4d9906c4faf;hpb=c39af12272015e8aff09d3c05e4f32d7943b4154 diff --git a/lib/App/Rgit/Config.pm b/lib/App/Rgit/Config.pm index 29ebd7b..c384203 100644 --- a/lib/App/Rgit/Config.pm +++ b/lib/App/Rgit/Config.pm @@ -32,7 +32,12 @@ This is an internal class to L. =head1 METHODS -=head2 C<< new root => $root, git => $git >> +=head2 C + + my $arc = App::Rgit::Config->new( + root => $root, + git => $git, + ); Creates a new configuration object based on the root directory C<$root> and using C<$git> as F executable. @@ -90,13 +95,21 @@ sub new { }, $conf; } -=head2 C +=head2 C + + $arr->info($msg); + +=head2 C + + $arr->warn($msg); + +=head2 C -=head2 C + $arr->err($msg); -=head2 C +=head2 C -=head2 C + $arr->crit($msg); Notifies a message C<$msg> of the corresponding level.