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

use App::REPL;

App::REPL->new->run;