]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Log/Entry.pm
Fix compile error in ::Log::Entry and warning in ::Log
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log / Entry.pm
index 4b7a70df732b645b4622988941d8278d9c53a5e9..4dd13baaef7eeb54fdd4952cdef894e857a778a6 100644 (file)
@@ -33,7 +33,7 @@ $templates{$_} .= footer $_ for keys %templates;
 
 sub generate{
   my ($path, $lang) = @_;
-  $id = ($path =~ m,log/(.*)/index,)[0];
+  my $id = ($path =~ m,log/(.*)/index,)[0];
   $path =~ s,/index\.html,,;
   my $template = $templates{$lang};
 
This page took 0.024259 seconds and 4 git commands to generate.