memowe / contenticious

A simple file based "CMS" on Mojo steroids!
http://memowe.github.com/contenticious
MIT License
68 stars 11 forks source link

Keep up with changes to Mojo::Home #18

Closed kiwiroy closed 7 years ago

kiwiroy commented 7 years ago

Problem

Tests are creating warnings about deprecated rel_dir method.

Mojo::Home::rel_dir is DEPRECATED in favor of Mojo::Home::rel_file at (eval 75) line 2.
Mojo::Home::parts is DEPRECATED at (eval 75) line 2.
Mojo::Home::rel_dir is DEPRECATED in favor of Mojo::Home::rel_file at (eval 75) line 2.
Mojo::Home::parts is DEPRECATED at (eval 75) line 2.

Mojo::Home::rel_dir was deprecated in 7.14

Solution

Quick s/rel_dir/rel_file/g

memowe commented 7 years ago

Thank you very much, @kiwiroy! 👍

memowe commented 7 years ago

Whoops, I'm sorry, @kiwiroy - I forgot to add you to credits for v.391. 😢 Will be corrected next release.

kiwiroy commented 7 years ago

@memowe kein problem, there's a typo in my name s/Ron/Roy/ should fix.

memowe commented 7 years ago

@kiwiroy Done (d6348a8) and sorry.