Revision: 1244 Author: [email protected] Date: Thu May 27 02:42:14 2010 Log: Shuffle order that NYTPROF option combinations are tested.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1244 Modified: /trunk/t/lib/NYTProfTest.pm ======================================= --- /trunk/t/lib/NYTProfTest.pm Wed May 26 16:01:25 2010 +++ /trunk/t/lib/NYTProfTest.pm Thu May 27 02:42:14 2010 @@ -10,6 +10,7 @@ use Test::More; use Data::Dumper; use File::Temp qw(tempfile); +use List::Util qw(shuffle); use base qw(Exporter); our @EXPORT = qw( @@ -126,6 +127,7 @@ } } } + @opt_combinations = shuffle @opt_combinations; return \...@opt_combinations; } -- 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]
