From 5cfdae7ccf1eece314c381d8de52acd2aee7cff9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Apr 2021 00:55:09 +0000 Subject: Expand documentation --- lib/Apache/Inject/Handler.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Apache/Inject/Handler.pm') diff --git a/lib/Apache/Inject/Handler.pm b/lib/Apache/Inject/Handler.pm index 7c32a61..6c1a282 100644 --- a/lib/Apache/Inject/Handler.pm +++ b/lib/Apache/Inject/Handler.pm @@ -2,9 +2,10 @@ package Apache::Inject::Handler; use strict; +use Apache2::Const qw/OK DECLINED/; +use Apache2::Log (); use Apache2::RequestRec (); use Apache2::RequestUtil (); -use Apache2::Const qw/OK DECLINED/; my $doc = qr{ \A -- cgit v1.2.3