https://github.com/genome/genome
Raw File
Tip revision: 558bd9654da98585ddc8a508e8aee8c6d4260c5b authored by Thomas B. Mooney on 10 November 2016, 16:52:41 UTC
Merge pull request #1610 from tmooney/make_it_possible_to_disable_fs_caching
Tip revision: 558bd96
genome-re.pl
#!/usr/bin/env genome-perl

=head1 NAME

re.pl - a modern Perl interactive shell

=head1 DESCRIPTION

See the Devel::REPL man page

=cut

use Devel::REPL::Script 'run';
back to top