summaryrefslogtreecommitdiff
path: root/t/lib/TestModule.pm
blob: 18ddb402dd85538ed838e7c8b294c8a317f953d9 (plain)
1
2
3
4
package TestModule; 
use Dist::Zilla::Plugin::Boilerplate qw(foo),,('bar');
 
1;