Skip to content

Commit

Permalink
Item12952: add Assert so we can see DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Aug 28, 2014
1 parent aad838e commit add0400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Foswiki/Contrib/JsonRpcContrib/Response.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ package Foswiki::Contrib::JsonRpcContrib::Response;
use strict;
use warnings;

use Assert;

use JSON ();
use constant TRACE => 0; # toggle me

Expand Down

0 comments on commit add0400

Please sign in to comment.