summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-05-30 04:41:11 -0500
committerJesse Luehrs <doy@tozt.net>2013-05-30 04:41:11 -0500
commitd8a90a03e9c5e8e2732374a10e0e79289ffb793c (patch)
tree98b6385d26dad2a14687c2c51d402c5b6ebdc837 /bin
parent69e4ff7c28debe5cae5bd505d5df12bd12bdd11a (diff)
downloadreply-d8a90a03e9c5e8e2732374a10e0e79289ffb793c.tar.gz
reply-d8a90a03e9c5e8e2732374a10e0e79289ffb793c.zip
App::REPL -> Reply
Diffstat (limited to 'bin')
-rw-r--r--bin/reply (renamed from bin/repl)8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/repl b/bin/reply
index f41f4fd..ddd03e2 100644
--- a/bin/repl
+++ b/bin/reply
@@ -1,11 +1,11 @@
#!/usr/bin/env perl
use strict;
use warnings;
-# PODNAME: repl
+# PODNAME: reply
-use App::REPL;
+use Reply;
-my $cfg = "$ENV{HOME}/.replrc";
+my $cfg = "$ENV{HOME}/.replyrc";
my %args = (config => $cfg);
if (!-e $cfg) {
@@ -20,7 +20,7 @@ if (!-e $cfg) {
}
}
-App::REPL->new(%args)->run;
+Reply->new(%args)->run;
__DATA__
script_line1 = use strict