summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-15 02:19:25 -0700
committerLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-15 02:19:25 -0700
commit4fc79d7b0328a1336c85c278f4b7befc43e29806 (patch)
tree537edc7ca167efcc721670578fcb56954b4ed908
parent280fd32342193c5afbef0a57f934d3ac802910e1 (diff)
downloadantispammeta-4fc79d7b0328a1336c85c278f4b7befc43e29806.tar.bz2
antispammeta-4fc79d7b0328a1336c85c278f4b7befc43e29806.tar.xz
antispammeta-4fc79d7b0328a1336c85c278f4b7befc43e29806.tar.zst
Remove usage of legacy $::inspector
-rw-r--r--lib/ASM/Inspect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Inspect.pm b/lib/ASM/Inspect.pm
index 3854104..3d44729 100644
--- a/lib/ASM/Inspect.pm
+++ b/lib/ASM/Inspect.pm
@@ -49,7 +49,7 @@ sub on_httpResponse
my ($conn, $id, $response) = @_;
my $event = $::httpRequests{$id};
delete $::httpRequests{$id};
- $::inspector->inspect( $conn, $event, $response );
+ inspect( $conn, $event, $response );
}
sub on_public