From 98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 13 Jun 2011 16:27:11 +0200 Subject: initial import --- bin/app.pl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/app.pl (limited to 'bin') diff --git a/bin/app.pl b/bin/app.pl new file mode 100755 index 0000000..5d02bde --- /dev/null +++ b/bin/app.pl @@ -0,0 +1,4 @@ +#!/usr/bin/env perl +use Dancer; +use StarGit; +dance; -- cgit v1.2.3