From f57cbd571049fcff4656a8c8b4f1ea6344ef4626 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 29 May 2013 00:42:55 -0500 Subject: basic outline --- bin/repl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/repl (limited to 'bin') diff --git a/bin/repl b/bin/repl new file mode 100644 index 0000000..b61c670 --- /dev/null +++ b/bin/repl @@ -0,0 +1,7 @@ +#!/usr/bin/env perl +use strict; +use warnings; + +use App::REPL; + +App::REPL->new->run; -- cgit v1.2.3-54-g00ecf