wreis / DBIx-Class-EncodedColumn

Automatically encode columns
https://metacpan.org/module/DBIx::Class::EncodedColumn
Other
2 stars 7 forks source link

Can't locate DBIx/Class/TimeStamp.pm #14

Closed eserte closed 4 years ago

eserte commented 4 years ago

t/author/timestamp_order.t fails if DBIx::Class::TimeStamp is not installed:

...
{UNKNOWN}: Can't locate DBIx/Class/TimeStamp.pm in @INC (you may need to install the DBIx::Class::TimeStamp module) (@INC contains: ...
 .) at /home/cpansand/.cpan/build/2019091705/Class-C3-Componentised-1.001002-0/blib/lib/Class/C3/Componentised.pm line 146.
 at /usr/local/lib/perl5/5.30/base.pm line 137.
Compilation failed in require at /usr/local/lib/perl5/5.30/base.pm line 137.
    ...propagated at /usr/local/lib/perl5/5.30/base.pm line 159.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019091705/DBIx-Class-EncodedColumn-0.00018-0/t/author/../lib/DigestTest/Schema/WithTimeStampChild.pm line 6.
Compilation failed in require at /home/cpansand/.cpan/build/2019091705/Class-C3-Componentised-1.001002-0/blib/lib/Class/C3/Componentised.pm line 146. at /home/cpansand/.cpan/build/2019091705/Class-C3-Componentised-1.001002-0/blib/lib/Class/C3/Componentised.pm line 151
t/author/timestamp_order.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
...
eserte commented 4 years ago

t/author/timestamp.t is also affected.

wreis commented 4 years ago

That is declared as dep for author tests.

eserte commented 4 years ago

Then it's not properly skipped for some reason. At least the CPAN Testers Matrix does not look good, a lot of failures listed here: http://matrix.cpantesters.org/?dist=DBIx-Class-EncodedColumn+0.00018

wreis commented 4 years ago

Fixed in 0.00019