Hi

I recieved a testers report for DBIx::VersionedDDL, which depends on Moose.
This is confusing since the report says it can't find Moose, but then again
it also says it's installed on the test system, so I can't replicate. Can
anyone point me to where there might be a problem? I've only started getting
the errors, so I wonder if it is related to the recently release Moose 1.15
- but I upgraded and ran my tests with no problem....

Thanks,

Dan

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /home/stro/perl/perl5134/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
# Testing DBIx::VersionedDDL 0.12, Perl 5.013004,
/home/stro/perl/perl5134/bin/perl
t/00-load.t ............ ok
t/01-migrate.t ......... ok
Can't locate Moose.pm in @INC (@INC contains:
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/lib
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/arch
/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10
/usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/lib/DBIx/VersionedDDL.pm
line 2.
BEGIN failed--compilation aborted at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/lib/DBIx/VersionedDDL.pm
line 2.
Compilation failed in require at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/t/../script/migrate_schema
line 3.
BEGIN failed--compilation aborted at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/t/../script/migrate_schema
line 3.
DBD::SQLite::db selectrow_hashref failed: no such table:
schema_version at t/02-migrate_script.t line 26.

#   Failed test 'Migrate script'
#   at t/02-migrate_script.t line 27.
#     Structures begin differing at:
#          $got = undef
#     $expected = HASH(0x83a20a8)
Can't locate Moose.pm in @INC (@INC contains:
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/lib
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/arch
/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10
/usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/lib/DBIx/VersionedDDL.pm
line 2.
BEGIN failed--compilation aborted at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/blib/lib/DBIx/VersionedDDL.pm
line 2.
Compilation failed in require at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/t/../script/migrate_schema
line 3.
BEGIN failed--compilation aborted at
/home/stro/cpan/build/5.13.4/DBIx-VersionedDDL-0.12-AO1tQy/t/../script/migrate_schema
line 3.
DBD::SQLite::db selectrow_hashref failed: no such table:
schema_version at t/02-migrate_script.t line 42.

#   Failed test 'Migrate script - exact version'
#   at t/02-migrate_script.t line 43.
#     Structures begin differing at:
#          $got = undef
#     $expected = HASH(0x83bded8)
# Looks like you failed 2 tests of 2.
t/02-migrate_script.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/boilerplate.t ........ ok
t/pod-coverage.t ....... ok
t/pod.t ................ ok

Test Summary Report
-------------------
t/02-migrate_script.t (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/boilerplate.t      (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   1-3
Files=6, Tests=21,  3 wallclock secs ( 0.03 usr  0.06 sys +  1.03 cusr
 0.28 csys =  1.40 CPU)
Result: FAIL
Failed 1/6 test programs. 2/21 subtests failed.
make: *** [test_dynamic] Error 255

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need Have
    ------------------- ---- -------
    DBD::SQLite         0    1.31
    DBI                 0    1.614
    Moose               0    1.15
    Pod::Usage          0    1.36
    Test::More          0    0.96
    Text::CSV           0    1.18

configure_requires:

    Module              Need Have
    ------------------- ---- -------
    ExtUtils::MakeMaker 0    6.57_01

Reply via email to