Add use warnings and use strict to Makefile.PL.
[sepia.git] / sepl
blobc211ad88c90de69f2e2a5ef8290ad480a861ca08
1 #!/usr/bin/env perl
3 use Sepia::ReadLine;
5 repl();
6 print "\n";
8 __END__
10 =head1 NAME
12 sepl -- a Term::ReadLine-based Sepia interactive shell.
14 =head1 SYNOPSIS
16 $ sepl
17 Type ",h" for help, or ",q" to quit.
18 main @> substr "hello, japh", 7
19 'japh'
20 main @>
22 =head1 DESCRIPTION
24 =cut