Help for this page
#! perl -slw use strict; package fred; ...
return 1 if caller; ... fred->import; ## code that tests the package above goes here.