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=3b8f6e46becc1870e14c46777ed3610614d89f62;hb=caab9f839ee79c4e5952f6e3ab256c752c561f09;hpb=59aedffcb81ce6f4b2c477673fb58aee32138d7e diff --git a/script/re.pl b/script/re.pl index 3b8f6e4..66dd2e0 100755 --- a/script/re.pl +++ b/script/re.pl @@ -1,10 +1,4 @@ -#!/usr/bin/env perl +#!perl -use lib 'lib'; -use Devel::REPL::Script 'run'; - -#my $repl = Devel::REPL->new; - -#$repl->load_plugin('History'); -#$repl->load_plugin('LexEnv'); -#$repl->run; +use Devel::REPL::Script; +Devel::REPL::Script->import('run'); # should be called 'run'