From e29aa514e3ecc8762524f06cdc17a4273f66893a Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Thu, 2 Aug 2012 12:38:09 -0300 Subject: [PATCH] t/lib/MasterSlave.t: A call to ->recurse_to_slaves() still used a string instead of an arrayref --- t/lib/MasterSlave.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/MasterSlave.t b/t/lib/MasterSlave.t index 7b1a76de..43ccaa1b 100644 --- a/t/lib/MasterSlave.t +++ b/t/lib/MasterSlave.t @@ -211,7 +211,7 @@ SKIP: { dsn => $ro_dsn, recurse => 2, callback => sub { $recursed++ }, - method => 'none', + method => [ 'none' ], }); is( $recursed,