summaryrefslogtreecommitdiffstats
path: root/bin/repl
blob: 3528618eb0ec71ca8ef98fa144f167f4c806a5ba (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;
# PODNAME: repl

use App::REPL;

App::REPL->new(script => "$ENV{HOME}/.replrc")->run;