[Pkg-privacy-commits] [msva-perl] 17/356: move FIXME to the place where the fixing of me is needed

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 948c6a0d8d344ff79d8555ca879c1a1c41fa95c7
Author: mike castleman <m at mlcastle.net>
Date:   Sat Jan 9 15:53:47 2010 -0500

    move FIXME to the place where the fixing of me is needed
---
 msva | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/msva b/msva
index d1a2281..a6adb9f 100755
--- a/msva
+++ b/msva
@@ -25,9 +25,10 @@ use strict;
     my $path = $cgi->path_info();
     my $handler = $dispatch{$path};
 
-    # FIXME: ensure that this is a POST
     if (ref($handler) eq "CODE") {
+      # FIXME: ensure that this actually is a POST
       printf STDERR ("Got POST %s\n", $path);
+
       my ($status, $object) = $handler->($cgi);
       printf("HTTP/1.0 %s\r\nContent-Type: application/json\r\n\r\n%s", $status, to_json ($object));
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list