X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FDevel%2FPPPort%2Fparts%2Finc%2Fcall;h=ef7bbc852abec5a86023cd74f985d482053bc5d0;hb=c83e6f195f905dd4809cef6ea71ef6cef8c9f7b8;hp=daba216c340eff87402ab882c35027df03953aca;hpb=e9b6862ddaa6e9a1137371fe487a2b0e82fe5115;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Devel/PPPort/parts/inc/call b/ext/Devel/PPPort/parts/inc/call index daba216..ef7bbc8 100644 --- a/ext/Devel/PPPort/parts/inc/call +++ b/ext/Devel/PPPort/parts/inc/call @@ -1,8 +1,8 @@ ################################################################################ ## -## $Revision: 14 $ +## $Revision: 15 $ ## $Author: mhx $ -## $Date: 2007/08/12 23:57:09 +0200 $ +## $Date: 2007/08/18 20:16:11 +0200 $ ## ################################################################################ ## @@ -331,5 +331,5 @@ ok(&Devel::PPPort::eval_pv('f()', 0), 'y'); ok(&Devel::PPPort::eval_pv('f(qw(a b c))', 0), 'y'); ok(!defined $::{'less::'}, 1, "Hadn't loaded less yet"); -Devel::PPPort::load_module(0, "less", undef); +Devel::PPPort::load_module(0, "less", undef); ok(defined $::{'less::'}, 1, "Have now loaded less");