diff _test/temp.pl @ 426:eed50c01e758 ref20150831

Split off the core module, added Dist-Zilla config
author cin
date Tue, 15 May 2018 00:51:01 +0300
parents 87af445663d7
children 09e0086a82a7
line wrap: on
line diff
--- a/_test/temp.pl	Tue Apr 03 10:54:09 2018 +0300
+++ b/_test/temp.pl	Tue May 15 00:51:01 2018 +0300
@@ -44,7 +44,7 @@
 my $t = [gettimeofday];
 
 for(my $i=0; $i <1000000; $i++) {
-	my $v = new Bar2;
+	my $v = new Foo2;
 }
 
 say tv_interval($t);