Re: [ovs-dev] [PATCH] tests: Fix deprecated use of qw.

2011-07-12 Thread Ethan Jackson
Thanks, I've pushed this. On Tue, Jul 12, 2011 at 09:32, Ben Pfaff wrote: > On Mon, Jul 11, 2011 at 06:59:38PM -0700, Ethan Jackson wrote: >> This causes tests to fail on my system with the following error. >> >> Use of qw(...) as parentheses is deprecated at >> /home/root/ovs/tests/flowgen.pl li

Re: [ovs-dev] [PATCH] tests: Fix deprecated use of qw.

2011-07-12 Thread Ben Pfaff
On Mon, Jul 11, 2011 at 06:59:38PM -0700, Ethan Jackson wrote: > This causes tests to fail on my system with the following error. > > Use of qw(...) as parentheses is deprecated at > /home/root/ovs/tests/flowgen.pl line 35. Looks good. I checked that tests pass on my own system with your patch.

[ovs-dev] [PATCH] tests: Fix deprecated use of qw.

2011-07-11 Thread Ethan Jackson
This causes tests to fail on my system with the following error. Use of qw(...) as parentheses is deprecated at /home/root/ovs/tests/flowgen.pl line 35. --- tests/flowgen.pl | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/flowgen.pl b/tests/flowgen.pl index