Revision: 1347 Author: [email protected] Date: Mon Sep 13 12:43:35 2010 Log: fix t/test08.t for bleadperl ac56e7d http://code.google.com/p/perl-devel-nytprof/source/detail?r=1347
Modified: /trunk/t/test08.p /trunk/t/test08.x ======================================= --- /trunk/t/test08.p Wed Jul 2 09:09:18 2008 +++ /trunk/t/test08.p Mon Sep 13 12:43:35 2010 @@ -1,2 +1,2 @@ -eval "1; -1;"; +eval "shift; +shift;"; ======================================= --- /trunk/t/test08.x Wed Jul 9 12:54:59 2008 +++ /trunk/t/test08.x Mon Sep 13 12:43:35 2010 @@ -1,5 +1,5 @@ # Profile data generated by Devel::NYTProf::Reader # More information at http://search.cpan.org/dist/Devel-NYTProf/ # Format: time,calls,time/call,code -0,1,0,eval "1; -0,0,0,1;"; +0,1,0,eval "shift; +0,0,0,shift;"; -- 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]
