summaryrefslogtreecommitdiff
path: root/dancerREST.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-18 18:41:31 +0100
committerfranck cuny <franck@lumberjaph.net>2010-03-18 18:41:31 +0100
commit5540780e9011d2385a0226f4e22fe73c0bc92798 (patch)
tree2cf808350607f3be2b8e10d4ad942f6fc4db6aa4 /dancerREST.pl
downloaddancer-rest-5540780e9011d2385a0226f4e22fe73c0bc92798.tar.gz
initial import
Diffstat (limited to '')
-rwxr-xr-xdancerREST.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/dancerREST.pl b/dancerREST.pl
new file mode 100755
index 0000000..02b2cf2
--- /dev/null
+++ b/dancerREST.pl
@@ -0,0 +1,4 @@
+#!/home/franck/local/bin/perl
+use Dancer;
+use dancerREST;
+dance;