in reply to Re: Tests in a module/package?
in thread Tests in a module/package?

Woah.. is there any way to turn on warnings for compile inside of a module?

Replies are listed 'Best First'.
Re^3: Tests in a module/package?
by shmem (Chancellor) on Mar 12, 2009 at 09:43 UTC

    Of course:

    package Module; use warnings;

    ;-)