summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-07-25 11:37:37 +0100
committerDavid Mitchell <davem@iabyn.com>2016-08-03 20:54:41 +0100
commitbb6b75cd5c416da00accfd5a10bde1a1cdde693a (patch)
tree956c6038ea8072fa1b31c6c87b51df5955bd2d78 /perly.h
parent074d538b7eafa2b914f33f16e3def54da691c66b (diff)
downloadperl-bb6b75cd5c416da00accfd5a10bde1a1cdde693a.tar.gz
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.
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.h b/perly.h
index 25c69c5383..f6809029f3 100644
--- a/perly.h
+++ b/perly.h
@@ -181,6 +181,6 @@ int yyparse (void);
/* Generated from:
- * 6deb43709ef5dcefc6a8b7059606df5a86eae75b6a769e7451f39368b1de5d9d perly.y
+ * f197986843aaef0ab285344b7144e3bf7b35fea3ed9aa46884a25d31c7485700 perly.y
* 3e1dff60f26df8933d7aed0c0e87177a0f022c14800c0707eb62a7db4196ac98 regen_perly.pl
* ex: set ro: */