in reply to Re: Re: Including a 'test only' module in distribution
in thread Including a 'test only' module in distribution

Why not just avoid needing the Test.pm module at all by taking the 'test' module's code and wrapping it in a BEGIN block at the top of the test script and removing the 'use Test' (or whatever) statement currently being being used?

  • Comment on Re: Re: Re: Including a 'test only' module in distribution