Skip to content

Commit

Permalink
fix return value
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 7, 2016
1 parent d117929 commit d962856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Template.pm
Expand Up @@ -32,7 +32,7 @@ sub build {
# DEPRECATED!
sub compile {
deprecated 'Mojo::Template::compile is DEPRECATED';
return shift;
return undef;
}

# DEPRECATED!
Expand Down

0 comments on commit d962856

Please sign in to comment.