
Perl's require builtin (and its use wrapper) requires the files it loads to return a true value. this is usually accomplished by placing a single
1;
statement at the end of included scripts or modules. it's not onerous to add but it's a speed bump on the perl novice's road to enlightenment.
this module packages this "return true" behaviour so that it need not be written explicitly.