Explorar el Código

We now pass this hash by reference instead

Morten Brix Pedersen hace 25 años
padre
commit
78aeaed411
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

@@ -159,7 +159,7 @@ _END
     my $generator;
     eval <<_END;
 use Pisg::HTMLGenerator;
-\$generator = new Pisg::HTMLGenerator(\$conf, \$debug, \$stats, \$users, \%T);
+\$generator = new Pisg::HTMLGenerator(\$conf, \$debug, \$stats, \$users, \\%T);
 _END
 
     if ($@) {