projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2780745
)
Remove use NCIPServer::NCIP from lib/NCIPResponder.pm.
author
Jason Stephenson
<jstephenson@mvlc.org>
Tue, 3 Sep 2013 15:20:39 +0000
(11:20 -0400)
committer
Jason Stephenson
<jstephenson@mvlc.org>
Tue, 3 Sep 2013 15:20:39 +0000
(11:20 -0400)
This one slipped through when I started integrating Alan's code.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
lib/NCIPResponder.pm
patch
|
blob
|
history
diff --git
a/lib/NCIPResponder.pm
b/lib/NCIPResponder.pm
index
21714e5
..
e16ace4
100644
(file)
--- a/
lib/NCIPResponder.pm
+++ b/
lib/NCIPResponder.pm
@@
-7,7
+7,6
@@
use FileHandle;
use Apache2::Const -compile => qw(OK :log :http :methods :cmd_how :override);
use Apache2::RequestRec ();
use Apache2::RequestIO ();
-use NCIPServer::NCIP;
sub handler {
my $r = shift;