Skip Menu |

This queue is for tickets about the DBIx-Raw CPAN distribution.

Report information
The Basics
Id: 128238
Status: resolved
Priority: 0/
Queue: DBIx-Raw

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Undeclared dependency Crypt::Mode::CBC::Easy (0.18)
Test suite fails if Crypt::Mode::CBC::Easy is not installed: ... # Failed test 'use DBIx::Raw;' # at t/01-init.t line 11. # Tried to use 'DBIx::Raw'. # Error: Can't locate Crypt/Mode/CBC/Easy.pm in @INC (you may need to install the Crypt::Mode::CBC::Easy module) (@INC contains: ./t /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18-1/blib/arch /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18-1/blib/lib /usr/perl5.28.0p/lib/site_perl/5.28.0/amd64-freebsd /usr/perl5.28.0p/lib/site_perl/5.28.0 /usr/perl5.28.0p/lib/5.28.0/amd64-freebsd /usr/perl5.28.0p/lib/5.28.0) at /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18-1/blib/lib/DBIx/Raw.pm line 14. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18-1/blib/lib/DBIx/Raw.pm line 14. # Compilation failed in require at t/01-init.t line 11. # BEGIN failed--compilation aborted at t/01-init.t line 11. Bailout called. Further testing stopped: Can't locate object method "dsn" via package "DBIx::Raw" at t/01-init.t line 16. # Looks like your test exited with 255 just after 2. FAILED--Further testing stopped. ...
On 2019-01-13 15:37:02, SREZIC wrote: Show quoted text
> Test suite fails if Crypt::Mode::CBC::Easy is not installed: > > ... > # Failed test 'use DBIx::Raw;' > # at t/01-init.t line 11. > # Tried to use 'DBIx::Raw'. > # Error: Can't locate Crypt/Mode/CBC/Easy.pm in @INC (you may > need to install the Crypt::Mode::CBC::Easy module) (@INC contains: ./t > /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18-1/blib/arch > /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18-1/blib/lib > /usr/perl5.28.0p/lib/site_perl/5.28.0/amd64-freebsd > /usr/perl5.28.0p/lib/site_perl/5.28.0 > /usr/perl5.28.0p/lib/5.28.0/amd64-freebsd /usr/perl5.28.0p/lib/5.28.0) > at /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18- > 1/blib/lib/DBIx/Raw.pm line 14. > # BEGIN failed--compilation aborted at > /usr/home/cpansand/.cpan/build/2019011320/DBIx-Raw-0.18- > 1/blib/lib/DBIx/Raw.pm line 14. > # Compilation failed in require at t/01-init.t line 11. > # BEGIN failed--compilation aborted at t/01-init.t line 11. > Bailout called. Further testing stopped: > Can't locate object method "dsn" via package "DBIx::Raw" at t/01- > init.t line 16. > # Looks like your test exited with 255 just after 2. > FAILED--Further testing stopped. > ...
Seems to be fixes in later versions.