commit | 89d8801b7acbe5e15090ee8e1a3ca873c4a03c15 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Mar 10 21:03:36 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Mar 10 21:03:36 2015 +0000 |
tree | 96a03ffbf6db3707a3df60f1304bb51cccd6708c | |
parent | 8462c18cd78740fca6d466333f765c9580339e5d [diff] [blame] |
Fixed minor problems with renaming
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm index b4b15e0..f435479 100644 --- a/lib/Kalamar.pm +++ b/lib/Kalamar.pm
@@ -85,12 +85,12 @@ ) ); - # $self->helper( - # date_format => sub { - # my ($c, $date) = @_; - # return $date; - # } - # ); + $self->helper( + date_format => sub { + my ($c, $date) = @_; + return $date; + } + ); # Routes my $r = $self->routes;