# obligigatory.pm # all my uses, which I needed in the other files # no package marker use strict; use warnings; use foo::bar; 1; #### use obligatory; # use all the staff I needed $a = $b; # should give me an error/warning