From: Rafael Garcia-Suarez Date: Thu, 13 Sep 2007 08:58:07 +0000 (+0000) Subject: Make Deparse handle "say" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b08e3d307e248638bbab824ee5c2dee09d26e8a;p=p5sagit%2Fp5-mst-13.2.git Make Deparse handle "say" p4raw-id: //depot/perl@31860 --- diff --git a/ext/B/B/Deparse.pm b/ext/B/B/Deparse.pm index 024f3eb..821c9cd 100644 --- a/ext/B/B/Deparse.pm +++ b/ext/B/B/Deparse.pm @@ -2413,6 +2413,7 @@ sub indirop { sub pp_prtf { indirop(@_, "printf") } sub pp_print { indirop(@_, "print") } +sub pp_say { indirop(@_, "say") } sub pp_sort { indirop(@_, "sort") } sub mapop {