Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mojolicious-Command-listdeps CPAN distribution.

Report information
The Basics
Id: 79631
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Mojolicious-Command-listdeps

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

Bug Information
Severity: (no value)
Broken in:
  • 0.02
  • 0.01
  • 0.03
Fixed in: 0.04



Subject: Bump Mojolicious version requirement in Makefile.PL
Makefile.PL should require version >= 3 of Mojolicious: Mojolicious => 3 Otherwise the module won't work as prior to 3 Mojolicious::Command was Mojo::Command.
Thanks. Just uploaded v0.03 with the change to the Makefile.PL
On Thu Sep 13 16:51:45 2012, PDURDEN wrote: Show quoted text
> Thanks. > Just uploaded v0.03 with the change to the Makefile.PL
Unfortunately, it wasn't that simple :\ Looks like the _options method didn't exist in 3.0: [sshaw@localhost Mojolicious-Command-listdeps-0.02]$ make test PERL_DL_NONLAZY=1 /home/sshaw/perl5/perlbrew/perls/perl-5.10.1/bin/perl "- MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/ *.t t/00-load.t .. 1/? Can't locate object method "_options" via package "Mojolicious::Command::listdeps" at /home/sshaw/perl/Mojolicious-Command- listdeps-0.02/blib/lib/Mojolicious/Command/listdeps.pm line 121.
Ok, looked at the blame output for the Mojolicious::Command module on github, and it looks like the _options method was added at 3.16, so changed the requirement to 3.16. Thanks for your help! I will leave the ticket open until I hear back from you. Paul
On Fri Sep 14 09:11:16 2012, PDURDEN wrote: Show quoted text
> Ok, looked at the blame output for the Mojolicious::Command module on > github, and it looks like the _options method was added at 3.16, so > changed the requirement to 3.16.
Looks good! -Skye
Thanks for the help.