in reply to Pugs Smoke test

testgraph.pl has been superseded by util/smartlinks.pl. Give that a try? Also, please /msg me your email address so I can send you a commit bit, so you can easily push in any improvements you make :-)

Replies are listed 'Best First'.
Re^2: Pugs Smoke test
by mkirank (Chaplain) on Dec 21, 2006 at 23:09 UTC
    This info is rendered by the pugs Test.pm it ouputs a line
    $out = "$out <pos:$?CALLER::CALLER::POSITION>" if $Test::ALWAYS_CALLE +R;
    I am assuming that to get the same in perl 5 I will need to subclass the Test::Builder and use the caller method to get filename and position .. smartlinks is linking the tests to synopsis so will not be useful for my purpose.. thanks for your reply.