I think the suggestion to use Test::Legacy was based on the statement
'backwards compatibility reasons' require me to use Test.pm. I should
have been clearer in my explanation; the module author is not
permitting me to use any additional modules that aren't included in
perl 5.6.0 to test his module. Therefore, I am restricted to only
using Test.pm for testing the module.

If I had the flexibility of specifying additional dependancies, I
would gladly move to Test::Simple or Test::More.

If only I could convince the author to let me bundle additional test
modules with his distribution...

- walt

On 4/12/05, Tels <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> 
> Moin,
> 
> On Tuesday 12 April 2005 22:15, Michael G Schwern wrote:
> > On Tue, Apr 12, 2005 at 01:39:59PM -0500, Walter Goulet wrote:
> > > I can't use Test::Simple, I have to use Test.pm for this module for
> > > backwards compatibility reasons.
> >
> > Try Test::Legacy, it gives you an upgrade path away from Test.pm.
> > http://search.cpan.org/dist/Test-Legacy/
> >
> > It almost perfectly emulates the Test.pm interface and it works in
> > conjunction with other test modules.  If you're worried about
> > dependencies, you can simply ship a copy of Test::Legacy and
> > Test::Builder with your module.  Stick 'em in t/lib/ and put "use lib
> > qw(t/lib)" at the top of your tests.
> >
> > Then you can say:
> 
> Uhm, is there any reason why you can't do this with Test::Simple, too?
> *puzzled*
> 
> Best wishes,
> 
> Tels
> 
> - --
>  Signed on Tue Apr 12 22:56:23 2005 with key 0x93B84C15.
>  Visit my photo gallery at http://bloodgate.com/photos/
>  PGP key on http://bloodgate.com/tels.asc or per email.
> 
>  "Retsina?" - "Ja, Papa?" - "Schach Matt." - "Is gut, Papa."
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> 
> iQEVAwUBQlw2JncLPEOTuEwVAQFHXwf/Uuk+jnOjvijI+Nm+/9v4KaaPa61XoqYx
> 73Aot4Vm203Q5mYm86ax/HgdsqHQyQWxRBeAIKGN9cASpHj9ZdVBbOrMgNrw4jzC
> y/eEw1eODAhb6SfvWLn6mbxjZIFzxmkphP5mgxRMNqqTsXHUCkmk0VaaIcvAxxoH
> C61gAcM7uSYSVt+WMlDRPq6D9CmmKVerFpgjo4Puqq32taPK8RRdwtlfDnQTEyDR
> KApr8bgCrHNUeWAtuXxO3keig2E96KM/UEKziAPcdLwCH1IJ82JJ24LZl7RRHtTv
> jzT1/Fspf5rWptEPyAYQ+QNWDcVInPmJAgs4TAO6Mp+q1zwGCqew5Q==
> =01+/
> -----END PGP SIGNATURE-----
>

Reply via email to