diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-08-26 15:44:44 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-08-26 15:49:27 +0200 |
commit | 793019c7a82cb5cc23f2539a00b7092ee19100a5 (patch) | |
tree | 8868e5107e3dd9f7b4fca62f8441d6b870458535 /mad/P5AST.pm | |
parent | 98ad9e94a6b0cfff3572396100d1e2d19b05b044 (diff) | |
download | perl-793019c7a82cb5cc23f2539a00b7092ee19100a5.tar.gz |
Cargo-cult addition of op_say to the MAD code
(and make some more TODO tests pass)
Diffstat (limited to 'mad/P5AST.pm')
-rw-r--r-- | mad/P5AST.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mad/P5AST.pm b/mad/P5AST.pm index eaf3bd3e20..13a35e18d0 100644 --- a/mad/P5AST.pm +++ b/mad/P5AST.pm @@ -370,6 +370,7 @@ package P5AST::op_enterwrite; @ISA = 'P5AST::baseop_unop'; package P5AST::op_leavewrite; @ISA = 'P5AST::unop'; package P5AST::op_prtf; @ISA = 'P5AST::listop'; package P5AST::op_print; @ISA = 'P5AST::listop'; +package P5AST::op_say; @ISA = 'P5AST::listop'; package P5AST::op_sysopen; @ISA = 'P5AST::listop'; package P5AST::op_sysseek; @ISA = 'P5AST::listop'; package P5AST::op_sysread; @ISA = 'P5AST::listop'; |