]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit.pm
Switch qw delimiters to <>
[perl/modules/rgit.git] / lib / App / Rgit.pm
index f0bbdde0919e67912cfebde85e65f2706efecbdf..ef56f6c0d8f62f8a054a250d37d9807713b1d791 100644 (file)
@@ -86,7 +86,7 @@ Read-only accessors.
 =cut
 
 BEGIN {
- eval "sub $_ { \$_[0]->{$_} }" for qw/config command/;
+ eval "sub $_ { \$_[0]->{$_} }" for qw<config command>;
 }
 
 =head1 SEE ALSO