X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit.pm;fp=lib%2FApp%2FRgit.pm;h=ef56f6c0d8f62f8a054a250d37d9807713b1d791;hp=f0bbdde0919e67912cfebde85e65f2706efecbdf;hb=80656eec9bd2400f8db71d0d10d7d0be54139667;hpb=687f613f4cb227badb87cfd26c7dc7ceae810d03 diff --git a/lib/App/Rgit.pm b/lib/App/Rgit.pm index f0bbdde..ef56f6c 100644 --- a/lib/App/Rgit.pm +++ b/lib/App/Rgit.pm @@ -86,7 +86,7 @@ Read-only accessors. =cut BEGIN { - eval "sub $_ { \$_[0]->{$_} }" for qw/config command/; + eval "sub $_ { \$_[0]->{$_} }" for qw; } =head1 SEE ALSO