projects
/
working
/
NCIPServer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Continuing work on the AcceptItem handler
[working/NCIPServer.git]
/
lib
/
NCIP
/
Dancing.pm
diff --git
a/lib/NCIP/Dancing.pm
b/lib/NCIP/Dancing.pm
index
8b65bc8
..
779c5a4
100644
(file)
--- a/
lib/NCIP/Dancing.pm
+++ b/
lib/NCIP/Dancing.pm
@@
-12,7
+12,7
@@
any [ 'get', 'post' ] => '/' => sub {
$xml = request->body;
}
my $content = $ncip->process_request($xml);
- warn $content;
+
#
warn $content;
template 'main', { content => $content };
};