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:14:02 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-01 12:14:02 +0200
commit3d54ba6d8496fb682cdb533d8e9d721b6e246b00 (patch)
tree40cf846ee25dc498dda39d2b143462b1da456d22 /lib/mywebapp/project.pm
parentinitial import (diff)
downloaddancerdemo-3d54ba6d8496fb682cdb533d8e9d721b6e246b00.tar.gz
clean and add data master
Diffstat (limited to '')
-rw-r--r--lib/mywebapp/project.pm14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/mywebapp/project.pm b/lib/mywebapp/project.pm
index abb53ab..5f3d2a1 100644
--- a/lib/mywebapp/project.pm
+++ b/lib/mywebapp/project.pm
@@ -3,6 +3,20 @@ package mywebapp::project;
 use Dancer ':syntax';
 
 get '/' => sub {
+    {
+        projects => [
+            {
+                name  => 'dancer',
+                url   => 'http://github.com/sukria/dancer',
+                owner => 'alexis'
+            },
+            {
+                name  => 'net::http::api',
+                url   => 'http://github.com/franckcuny/net-http-api',
+                owner => 'franck'
+            },
+        ]
+    };
 };
 
 1;
\ No newline at end of file