Revision: 1349 Author: [email protected] Date: Mon Sep 13 12:51:00 2010 Log: fix t/test23-strevall.t for bleadperl ac56e7d http://code.google.com/p/perl-devel-nytprof/source/detail?r=1349
Modified: /trunk/t/test23-strevall.p ======================================= --- /trunk/t/test23-strevall.p Tue Jun 9 14:34:43 2009 +++ /trunk/t/test23-strevall.p Mon Sep 13 12:51:00 2010 @@ -1,7 +1,7 @@ # test handling of string eval 'file names' that don't include the # invoking filename (normally added when $^P & 0x100 is true). -1; +shift; # fake an eval (using a #line directive) that doesn't match the # usual "(eval N)[file:line]" syntax: -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
