vti / bootylicious

LIghtweight blog engine on Mojo steroids!
84 stars 13 forks source link

Several fixes to bring back compatibility with latest Mojolicious #28

Closed olegwtf closed 10 years ago

olegwtf commented 10 years ago

All tests now passes for me

vti commented 10 years ago

I have several problems:

t/plugin/pingback.t .................. Can't locate object method "server" via package "Mojo::UserAgent" at t/plugin/pingback.t line 51.
# Looks like your test exited with 255 before it could output anything.

And

Use of uninitialized value in subroutine entry at /home/vti/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2/Mojo/Util.pm line 112.
olegwtf commented 10 years ago

I can't see "server" call at line 51: https://github.com/vti/bootylicious/blob/master/t/plugin/pingback.t#L51 Are u sure this is last version of pingback.t? And "Use of uninitialized value..." was before my fixes, so I didn't found where it come from. Maybe u can see?

olegwtf commented 10 years ago

Ok, I see "server" call :) What is your Mojolicious version?

vti commented 10 years ago

I've updated Mojolicious. pingback.t passes. But still many warnings. Also several DEPRECATED like:

Mojolicious::secret is DEPRECATED in favor of Mojolicious::secrets at /home/vti/dev/bootylicious/lib/Bootylicious/Plugin/BootyConfig.pm line 37.
olegwtf commented 10 years ago

DEPRECATED is not so horrible for me. I'll prefer to fix it after removal. However it is your choise to fix it now

vti commented 10 years ago

I am not interested in fixing it either. Just saying :D