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