This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Errno does not escape archname
authorReini Urban <rurban@x-ray.at>
Wed, 2 Nov 2011 18:17:15 +0000 (13:17 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 2 Nov 2011 19:59:59 +0000 (12:59 -0700)
commit928b2f01177c40be013139c657d79c631790a916
tree85eb4900aab90ad3f441eb7f2d6d701cea0d022c
parentf3640611309ab8d6271598d071119f09fd9e8cf0
Errno does not escape archname

With a @ or $ or % character in the user-choosen archname, Errno fails.
I usually use @ to denote git tags in the archlib.

E.g. Possible unintended interpolation of @khwtk in string at ../lib/Errno.pm line 12
ext/Errno/Errno_pm.PL