summaryrefslogtreecommitdiff
path: root/libpiny/test
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2010-10-29 19:46:24 -0500
committerBryan Bishop <kanzure@gmail.com>2010-10-29 19:46:24 -0500
commit7786ce2a332b0eba4b3ca7c57f906a32e8715da3 (patch)
tree5a9fe32b69a93f41ae2ac82a50788fe50c0d86fb /libpiny/test
parent413373be9ab30eb21b564cdc180cb2dcda77bfeb (diff)
downloadpiny-code-7786ce2a332b0eba4b3ca7c57f906a32e8715da3.tar.gz
piny-code-7786ce2a332b0eba4b3ca7c57f906a32e8715da3.zip
Starting repo cleanup to make this not so awful
Diffstat (limited to 'libpiny/test')
-rwxr-xr-xlibpiny/test12
1 files changed, 12 insertions, 0 deletions
diff --git a/libpiny/test b/libpiny/test
new file mode 100755
index 0000000..fc1eb55
--- /dev/null
+++ b/libpiny/test
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Devel::REPL;
+
+use lib "lib";
+
+use Piny;
+
+Devel::REPL->new->run;