X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=script%2Fre.pl;h=66dd2e07d57082b8569dbcbb0b732d5ba5385f65;hp=fd2c3df8a71d8be3970366a9ac9ffbce11ea31c7;hb=8aca97943211d3610be7c46a2602f7237aae5b70;hpb=950232b2d6e2398c5f804c58e2bedf1e98fd7151 diff --git a/script/re.pl b/script/re.pl index fd2c3df..66dd2e0 100755 --- a/script/re.pl +++ b/script/re.pl @@ -1,3 +1,4 @@ -#!/usr/bin/env perl +#!perl -use Devel::REPL::Script 'run'; +use Devel::REPL::Script; +Devel::REPL::Script->import('run'); # should be called 'run'