summaryrefslogtreecommitdiff
path: root/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-02-08 17:14:10 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-02-09 11:08:25 -0800
commita48e42054790d7e52df73e8a2c8b120da9ea6dc4 (patch)
tree9bc53152d37c696a75e61b3bdf0708cc46aad30e /cpan/Module-Build/lib/Module/Build/ModuleInfo.pm
parenta18bab6ebbe98d43ddd701fa7af24cad76eabe8c (diff)
downloadperl-a48e42054790d7e52df73e8a2c8b120da9ea6dc4.tar.gz
Use ‘an’ for $/=[] error message
This says ‘an ARRAY’: $ perl -Mstrict -e '@{"a"}' Can't use string ("a") as an ARRAY ref while "strict refs" in use at -e line 1. This says ‘a ARRAY’: $ ./miniperl -e '$/=[]' Setting $/ to a ARRAY reference is forbidden at -e line 1. It ought to say ‘an’.
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/ModuleInfo.pm')
0 files changed, 0 insertions, 0 deletions