<HTML><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText85810 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>how can be implementing Test: more with Test::Harness?</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>Luis</FONT></DIV>
<DIV dir=ltr>&nbsp;</DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Colin Meyer<BR><B>Sent:</B> Mon 6/6/2005 3:03 PM<BR><B>To:</B> Medrano-Zaldivar, L E<BR><B>Cc:</B> spug-list@pm.org<BR><B>Subject:</B> Re: SPUG: diference between Test::More and use Test::Simple tests<BR></FONT><BR></DIV>
<DIV><PRE style="WORD-WRAP: break-word">Hi Luis,

On Mon, Jun 06, 2005 at 01:47:32PM -0700, Medrano-Zaldivar, L E wrote:
&gt; List,
&gt; I got a script I need to modify on the script is using Test::More
&gt; module but on this cases I don't have output of if the OK() errors or
&gt; nothing like that and I would like to implement Test::Simple tests
&gt; module get a feel if is working or not but I haven't see much
&gt; documentation about this. Any of you has experience implementing this
&gt; modules or if you can point me to documentation where make this
&gt; transition.

I am not sure if I am understanding your question correctly.

Test::More and Test::Simple are compatible with eachother. They both
produce output that can be consumed by Test::Harness, and are inline
with the defacto testing style of nearly all CPAN modules.

If you have some existing tests for your script, and would like to write
additional tests using Test::Simple instead of Test::More, then yes,
that will work fine.

-Colin.
</PRE></DIV></BODY></HTML>