Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-GetSentry CPAN distribution.

Report information
The Basics
Id: 124865
Status: new
Priority: 0/
Queue: Mojolicious-Plugin-GetSentry

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

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



Subject: Undeclared dependency Devel::StackTrace::Extract
If Devel::StackTrace::Extract is not installed, then the test suite fails: ... Bailout called. Further testing stopped: # Failed test 'use Mojolicious::Plugin::GetSentry;' # at t/00-load.t line 10. # Tried to use 'Mojolicious::Plugin::GetSentry'. # Error: Can't locate Devel/StackTrace/Extract.pm in @INC (you may need to install the Devel::StackTrace::Extract module) (@INC contains: /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry-1.1.4-1/blib/lib /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry-1.1.4-1/blib/arch /usr/perl5.18.4p/lib/site_perl/5.18.4/amd64-freebsd /usr/perl5.18.4p/lib/site_perl/5.18.4 /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd /usr/perl5.18.4p/lib/5.18.4) at /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry-1.1.4-1/blib/lib/Mojolicious/Plugin/GetSentry.pm line 7. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry-1.1.4-1/blib/lib/Mojolicious/Plugin/GetSentry.pm line 7. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Use of uninitialized value $Mojolicious::Plugin::GetSentry::VERSION in concatenation (.) or string at t/00-load.t line 13. # Looks like your test exited with 255 just after 1. FAILED--Further testing stopped. *** Error code 255 ...
On 2018-03-22 14:32:34, SREZIC wrote: Show quoted text
> If Devel::StackTrace::Extract is not installed, then the test suite > fails: > > ... > Bailout called. Further testing stopped: > # Failed test 'use Mojolicious::Plugin::GetSentry;' > # at t/00-load.t line 10. > # Tried to use 'Mojolicious::Plugin::GetSentry'. > # Error: Can't locate Devel/StackTrace/Extract.pm in @INC (you > may need to install the Devel::StackTrace::Extract module) (@INC > contains: /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin- > GetSentry-1.1.4-1/blib/lib > /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry- > 1.1.4-1/blib/arch /usr/perl5.18.4p/lib/site_perl/5.18.4/amd64-freebsd > /usr/perl5.18.4p/lib/site_perl/5.18.4 > /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd /usr/perl5.18.4p/lib/5.18.4) > at /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry- > 1.1.4-1/blib/lib/Mojolicious/Plugin/GetSentry.pm line 7. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry- > 1.1.4-1/blib/lib/Mojolicious/Plugin/GetSentry.pm line 7. > # Compilation failed in require at t/00-load.t line 10. > # BEGIN failed--compilation aborted at t/00-load.t line 10. > Use of uninitialized value $Mojolicious::Plugin::GetSentry::VERSION in > concatenation (.) or string at t/00-load.t line 13. > # Looks like your test exited with 255 just after 1. > FAILED--Further testing stopped. > *** Error code 255 > ...
Also undeclared: Mojo::Base (or Mojolicious).
On 2018-03-22 14:34:30, SREZIC wrote: Show quoted text
> On 2018-03-22 14:32:34, SREZIC wrote:
> > If Devel::StackTrace::Extract is not installed, then the test suite > > fails: > > > > ... > > Bailout called. Further testing stopped: > > # Failed test 'use Mojolicious::Plugin::GetSentry;' > > # at t/00-load.t line 10. > > # Tried to use 'Mojolicious::Plugin::GetSentry'. > > # Error: Can't locate Devel/StackTrace/Extract.pm in @INC (you > > may need to install the Devel::StackTrace::Extract module) (@INC > > contains: /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin- > > GetSentry-1.1.4-1/blib/lib > > /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry- > > 1.1.4-1/blib/arch /usr/perl5.18.4p/lib/site_perl/5.18.4/amd64-freebsd > > /usr/perl5.18.4p/lib/site_perl/5.18.4 > > /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd /usr/perl5.18.4p/lib/5.18.4) > > at /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry- > > 1.1.4-1/blib/lib/Mojolicious/Plugin/GetSentry.pm line 7. > > # BEGIN failed--compilation aborted at > > /home/cpansand/.cpan/build/2018032212/Mojolicious-Plugin-GetSentry- > > 1.1.4-1/blib/lib/Mojolicious/Plugin/GetSentry.pm line 7. > > # Compilation failed in require at t/00-load.t line 10. > > # BEGIN failed--compilation aborted at t/00-load.t line 10. > > Use of uninitialized value $Mojolicious::Plugin::GetSentry::VERSION in > > concatenation (.) or string at t/00-load.t line 13. > > # Looks like your test exited with 255 just after 1. > > FAILED--Further testing stopped. > > *** Error code 255 > > ...
> > Also undeclared: Mojo::Base (or Mojolicious).
And: Sentry::Raven, Data::Dump.