]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit.pm
Make sure the POD headings are linkable
[perl/modules/rgit.git] / lib / App / Rgit.pm
index 6b43f16a071e63439d25a8bfc58245e055fe99b2..f0bbdde0919e67912cfebde85e65f2706efecbdf 100644 (file)
@@ -26,7 +26,14 @@ This is an internal class to L<rgit>.
 
 =head1 METHODS
 
-=head2 C<< new root => $root, git => $git, cmd => $cmd, args => \@args >>
+=head2 C<new>
+
+    my $ar = App::Rgit->new(
+     root => $root,
+     git  => $git,
+     cmd  => $cmd,
+     args => \@args,
+    );
 
 Creates a new L<App::Rgit> object that's bound to execute the command C<$cmd> on all the C<git> repositories inside C<$root> with C<@args> as arguments and C<$git> as C<git> executable.