From 0fa983c4b460407bb400d953ebf966fdc6102755 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 27 Sep 2011 22:45:26 +0100 Subject: seems to work --- t/lib/TestModule.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/lib') diff --git a/t/lib/TestModule.pm b/t/lib/TestModule.pm index ebf7dcd..18ddb40 100644 --- a/t/lib/TestModule.pm +++ b/t/lib/TestModule.pm @@ -1,4 +1,4 @@ package TestModule; -use Dist::Zilla::Plugin::Boilerplate 'foo'; +use Dist::Zilla::Plugin::Boilerplate qw(foo),,('bar'); 1; -- cgit v1.2.3