Skip to content

Commit

Permalink
Test debug() with default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Dec 5, 2011
1 parent 95b1fc4 commit 24d7b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Demo/Controller/Root.pm
Expand Up @@ -8,7 +8,7 @@ __PACKAGE__->config(namespace => '');

sub index :Path :Args(0) {
my ( $self, $c ) = @_;
die 'Shot through the heart!';
$c->log->debug('In your code debugging your lolz');
$c->response->body( $c->welcome_message );
}

Expand Down

0 comments on commit 24d7b65

Please sign in to comment.