This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ucfirst() new signature diagnostic messages
authorDavid Mitchell <davem@iabyn.com>
Mon, 25 Jul 2016 10:37:37 +0000 (11:37 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Aug 2016 19:54:41 +0000 (20:54 +0100)
commitbb6b75cd5c416da00accfd5a10bde1a1cdde693a
tree956c6038ea8072fa1b31c6c87b51df5955bd2d78
parent074d538b7eafa2b914f33f16e3def54da691c66b
ucfirst() new signature diagnostic messages

e.g.

    a slurpy parameter may not have a default value
=>
    A slurpy parameter may not have a default value

Also, split the "Too %s arguments for subroutine" diagnostic into
separate "too few" and "too many" entries in perldiag.

Based on suggestions by Father Chrysostomos.
perly.act
perly.h
perly.tab
perly.y
pod/perldiag.pod
pp.c
t/op/signatures.t
toke.c