RT 3.3.12 (3.2.3 coming soon)

I’ve just released RT 3.3.12, which contains numerous bugfixes relative
to 3.3.11.

RT 3.2.3 is pretty much ready to go. I just want it to get a bit more
testing. Expect a RC on Monday.

Also, SearchBuilder 1.14 was released this evening. It’s the same as the
last 1.13 development version.

Jesse

Hello Jesse,

–Am schrieb Jesse jesse@bestpractical.com:

Also, SearchBuilder 1.14 was released this evening. It’s the same as the
last 1.13 development version.

I just tried to install via cpan, but make test failed:

cpan> install DBIx::SearchBuilder
Running install for module DBIx::SearchBuilder
Running make for J/JE/JESSE/DBIx-SearchBuilder-1.14.tar.gz
Is already unwrapped into directory
/export/raid/src/cpan-5.8.5/build/DBIx-SearchBuilder-1.14
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /export/perl-5.8.5/bin/perl “-MExtUtils::Command::MM”
“-e” “test_harness(0, ‘inc’, ‘blib/lib’, ‘blib/arch’)” t/*.t
t/00.load…ok

t/01records…You tried to plan twice! Second plan at t/01records.t line 9

Looks like your test died before it could output anything.

t/01records…dubious

    Test returned status 255 (wstat 65280, 0xff00)

t/pod…ok

Failed Test Stat Wstat Total Fail Failed List of Failed
t/01records.t 255 65280 ?? ?? % ??
Failed 1/3 test scripts, 66.67% okay. 0/25 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force

Hello Jesse,

–Am schrieb Jesse jesse@bestpractical.com:

Also, SearchBuilder 1.14 was released this evening. It’s the same as the
last 1.13 development version.

I just tried to install via cpan, but make test failed:

Thanks. I screwed up the new test suite in cases where you don’t have
DBD::SQLite installed. 1.14 has been removed from CPAN and 1.15 has been
uploaded.
-j