http://www.perlmonks.org?node_id=781321


in reply to Perl Module ending without 1;

There is no requirement for 1;, or any other exact line, at the end of a module or script. All that does is ensure that the module returns 1 rather than whatever the previously most recent value was.