lib/version.PL
changeset 87 1d82a68eb0a3
parent 78 06e0bf90ffec
--- a/lib/version.PL	Mon Jan 04 15:16:55 2016 +0100
+++ b/lib/version.PL	Sat Jan 09 15:01:05 2016 +0100
@@ -9,8 +9,12 @@
 }
 
 print <<_;
-[%# autogenerated at $now by $0 %]
-[% vcs.version = "$version"; %]
+[% # autogenerated at $now by $0
+   # included automatically via PRE_PROCESS
+   vcs.version = "$version";
+-%]
 _
 
-utime 0, 0 => $outfile
+# zero timestamp does not work! Template/tpage will
+# complain about "file not found"
+utime 1, 1 => $outfile