http://qs1969.pair.com?node_id=1020943


in reply to import not getting called in a module

Because the package name is not the same as the name you use.

Try

package t::test_setup;
instead.

Replies are listed 'Best First'.
Re^2: import not getting called in a module
by danmcb (Monk) on Feb 27, 2013 at 18:46 UTC

    oh man ...

    thanks!