]> mj.ucw.cz Git - temple.git/blobdiff - temple
The argument of UCW::Temple::start() is no longer mandatory
[temple.git] / temple
diff --git a/temple b/temple
index 370535f98acf94619530edabb0c2397c6f9b0793..2db9c305cced0a33f2ec4ec2940de9dc3961049e 100755 (executable)
--- a/temple
+++ b/temple
@@ -16,7 +16,7 @@ if (defined $out) {
        open STDOUT, ">$out" or die "Cannot open $out: $!";
 }
 if (!@ARGV) { push @ARGV, "-"; }
-UCW::Temple::start(undef);
+UCW::Temple::start();
 foreach (@ARGV) {
        UCW::Temple::parse_file($_);
 }