3d406853a980cd17474213f82fe637233f3bd1e1
[p5sagit/App-FatPacker.git] / t / mod / a.pm
1 package t::mod::a;
2 use t::mod::b;
3
4 $foo = "bar";
5
6 1;