diff translate.pl @ 12:52b34ea50eff default tip

sync: work time projection doesn't seem to be working anyway
author cin
date Sun, 13 Sep 2015 19:37:16 +0300
parents 4eb9fdf4efa9
children
line wrap: on
line diff
--- a/translate.pl	Mon Sep 07 19:18:21 2015 +0300
+++ b/translate.pl	Sun Sep 13 19:37:16 2015 +0300
@@ -25,9 +25,9 @@
 local (*HIN);
 
 my $proc = start(
-	[ 'saxon8', '-novw', '-', 'bug-list.xsl' ],
+	#[ 'saxon8', '-novw', '-', 'bug-list.xsl' ],
 
-	#[ 'cat' ],
+	[ 'cat' ],
 	'<pipe', \*HIN, '>', \*STDOUT
 ) or die "failed to create pipe: $!";
 
@@ -35,7 +35,7 @@
 my $writer =
   BugWriter->new( OUTPUT => *HIN, DATA_INDENT => 2, DATA_MODE => 'on' );
 $writer->timereports('on');
-$writer->timeresolution(0.25);
+$writer->timeresolution({minutes => 15});
 
 eval {
 	my %visited;