summaryrefslogtreecommitdiff
path: root/authtoken.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-17 19:21:47 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-17 19:21:47 (GMT)
commit94b31e0b3b5b31f9156212eecfe8cc5984fddc13 (patch)
tree774f1d851319140be56093eb85381c6a157a53d8 /authtoken.json
parentba65a6d43bfcc5722b345fde0dcd27c78e46c1c9 (diff)
strict mode is very usefull!!
Diffstat (limited to 'authtoken.json')
-rwxr-xr-xauthtoken.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/authtoken.json b/authtoken.json
index 7112b43..4252d93 100755
--- a/authtoken.json
+++ b/authtoken.json
@@ -1,5 +1,8 @@
#!/usr/bin/perl
+use strict;
+use warnings;
+
print "Content-type: application/json\n\n";
print "{\n";