diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:27:11 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:27:11 +0200 |
| commit | 98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6 (patch) | |
| tree | f6231cb4a433493d8bd912719b9b5943b5e0b3fc /bin/app.pl | |
| download | stargit-98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6.tar.gz | |
initial import
Diffstat (limited to 'bin/app.pl')
| -rwxr-xr-x | bin/app.pl | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
