> On Mon Jul 30 12:55:32 2012, TODDR wrote:
> > Running the test suite against the latest version, I notice that
> > without Lexical::Persistence, it will
> > not pass. This is listed as an optional feature. Perhaps it should
> not be?
>
> +1
>
> The automated build system I use only installs when tests PASS
>
> Devel-REPL-1.003013.tar.gz 39
> PERL_DL_NONLAZY=1 /opt/perl/uq.cis.perl-dmt-toys.rhel5-5.16.1-
> 20120825/bin/perl "-
> MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib',
> 'blib/arch')" t/load_core.t
> t/load_core.t .. 1/?
> # Failed test 'use Devel::REPL::Plugin::LexEnv;'
> # at t/load_core.t line 54.
> # Tried to use 'Devel::REPL::Plugin::LexEnv'.
> # Error: Can't locate Lexical/Persistence.pm
> t/load_core.t (Wstat: 256 Tests: 23 Failed: 1)
> Failed test: 14
> Non-zero exit status: 1
> Files=1, Tests=23, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.78 cusr
> 0.06 csys = 0.88 CPU)
> Result: FAIL
> Failed 1/1 test programs. 1/23 subtests failed.
>
>
> Including Lexical-Persistence-1.020.tar.gz in the tarball list
> says it build, test and install