summaryrefslogtreecommitdiff
path: root/Porting/deparse-skips.txt
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-07-22 10:08:50 +0100
committerDavid Mitchell <davem@iabyn.com>2016-08-03 20:54:41 +0100
commit9fe5784b4a7b013263f10dbe4fa029d61b9a1b60 (patch)
treed54f34356215d6ab98d95e0ad9e489cee7ba2572 /Porting/deparse-skips.txt
parente276dec7f3a8b7912cc237d41056ee43ff1c634d (diff)
downloadperl-9fe5784b4a7b013263f10dbe4fa029d61b9a1b60.tar.gz
handle deparsing of sub prototypes with sigs
when 'use feature "signatures"' is in scope, subroutine prototypes should be deparsed as ':prototype($$)' rather than '($$)' I've also tweaked the sub in question slightly to make adding signature deparsing easier later on.
Diffstat (limited to 'Porting/deparse-skips.txt')
-rw-r--r--Porting/deparse-skips.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/deparse-skips.txt b/Porting/deparse-skips.txt
index 18a2fcb61c..7886bbc3e9 100644
--- a/Porting/deparse-skips.txt
+++ b/Porting/deparse-skips.txt
@@ -200,7 +200,6 @@ op/pack.t
op/postfixderef.t
op/range.t
op/readline.t
-op/signatures.t
op/split.t
op/srand.t
op/sub.t