]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Repository.pm
Switch qw delimiters to <>
[perl/modules/rgit.git] / lib / App / Rgit / Repository.pm
index f1dc149a628e2d635260631a82a9ef25a175c526..8356f246cf2f9f0ab1834965bfa15a9fb4e24518 100644 (file)
@@ -214,7 +214,7 @@ Read-only accessors.
 =cut
 
 BEGIN {
 =cut
 
 BEGIN {
- eval "sub $_ { \$_[0]->{$_} }" for qw/fake repo bare name work/;
+ eval "sub $_ { \$_[0]->{$_} }" for qw<fake repo bare name work>;
 }
 
 =head1 SEE ALSO
 }
 
 =head1 SEE ALSO