Explicitly return the DOES coderef if we install it
[gitmo/Role-Tiny.git] / t / lib / TrackLoad.pm
1 package TrackLoad;
2 our $LOADED;
3 $LOADED++;
4 1;