]> git.vpit.fr Git - perl/modules/Sub-Nary.git/commit
Add support for grep and while. Inline expect_list into expect_any so that the pp...
authorVincent Pit <vince@profvince.com>
Wed, 6 Aug 2008 09:13:59 +0000 (11:13 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 6 Aug 2008 09:13:59 +0000 (11:13 +0200)
commit04997f51e7b0a73e04ef0c8df41d4ad045fc7584
tree35f91ae94902d0b40661d583cc5615336b50541c
parentc38c23a2c58ba8368464423760768887bfc6731f
Add support for grep and while. Inline expect_list into expect_any so that the pp's and the ops const hash are tried before the logop logic. Take all the kids handling out in expect_kids
lib/Sub/Nary.pm
t/20-return.t
t/24-ops.t
t/92-pod-coverage.t