Subject: | Missing configure_requires on parent |
I was trying to install Alien::RRDtool on a fresh Perl and it failed.
inc/MyBuilder.pm uses parent.pm but it is not in the configure_requires.
parent should either be added or switch to 'use base'.
Thanks for the dist!