* Josh Heumann <perl...@joshheumann.com> [2009-03-13 14:40]:
> I can change that to:
>
>     END {
>         pass();
>         all_done( 2 );
>     }
>
> ...and everything's just fine. The problem really comes when
> the test being run in the END block is in another module (such
> as Test::NoWarnings).

    END {
        had_no_warnings();
        all_done( 2 );
    }

-- 
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hack;
#Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to