tests for _load_module
[gitmo/Role-Tiny.git] / t / lib / Baz.pm
CommitLineData
f52b9821 1package Baz;
2
3use Role::Tiny;
4
5sub baz { 1 }
6
71;