https://github.com/genome/genome
Raw File
Tip revision: 2dff76688b67785717fcd8f440549b4bf13f88a1 authored by Thomas B. Mooney on 03 January 2019, 16:52:58 UTC
Merge pull request #1901 from tmooney/stage_dangling_symlinks_too
Tip revision: 2dff766
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