diff options
| author | 2016-01-15 02:19:25 -0700 | |
|---|---|---|
| committer | 2016-01-15 02:19:25 -0700 | |
| commit | 4fc79d7b0328a1336c85c278f4b7befc43e29806 (patch) | |
| tree | 537edc7ca167efcc721670578fcb56954b4ed908 /lib/ASM | |
| parent | 280fd32342193c5afbef0a57f934d3ac802910e1 (diff) | |
Remove usage of legacy $::inspector
Diffstat (limited to 'lib/ASM')
| -rw-r--r-- | lib/ASM/Inspect.pm | 2 |
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 |
