Closed moollaza closed 8 years ago
It looks like on Codio (Perl 5.18) the line I've adjusted sees $post_body as uninitialized. I wasn't able to figure out why exactly that is. I couldn't determine any other cause so I assume its due to Perl 5.18?
$post_body
Checking it's defined-ness seems to fix.
/cc @jbarrett @zachthompson
:+1:
It looks like on Codio (Perl 5.18) the line I've adjusted sees
$post_body
as uninitialized. I wasn't able to figure out why exactly that is. I couldn't determine any other cause so I assume its due to Perl 5.18?Checking it's defined-ness seems to fix.
/cc @jbarrett @zachthompson