summary refs log tree commit diff
path: root/lib/mywebapp/project.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-01 12:08:46 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-01 12:08:46 +0200
commitf033faed1c59ebeb36605232ce62f4043da22124 (patch)
treed63f9811c6a1ecf9193632c242b4a38740878a6b /lib/mywebapp/project.pm
downloaddancerdemo-f033faed1c59ebeb36605232ce62f4043da22124.tar.gz
initial import
Diffstat (limited to '')
-rw-r--r--lib/mywebapp/project.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/mywebapp/project.pm b/lib/mywebapp/project.pm
new file mode 100644
index 0000000..abb53ab
--- /dev/null
+++ b/lib/mywebapp/project.pm
@@ -0,0 +1,8 @@
+package mywebapp::project;
+
+use Dancer ':syntax';
+
+get '/' => sub {
+};
+
+1;
\ No newline at end of file