initial version of app - login working

This commit is contained in:
Oliver Gorwits
2012-01-06 22:15:23 +00:00
parent 57bb5ea5ef
commit b9a11449a4
12 changed files with 433 additions and 0 deletions

4
Netdisco/bin/app.pl Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env perl
use Dancer;
use Netdisco;
dance;