https://github.com/genome/genome
Raw File
Tip revision: 2e5a547eb487ac9db633d05e4fb3d3606921d130 authored by Thomas Mooney on 14 August 2014, 20:31:53 UTC
Update blessed build to account for 18c27496e6ccf11eea6b0f30339b0ca0ffd1f940
Tip revision: 2e5a547
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