Closed bleargh45 closed 7 months ago
When running perl Makefile.PL, inc/config.pl will get loaded, which contains the line use FFI::Platypus. Thus, it is a configuration/build time dependency, not just a run-time dependency.
perl Makefile.PL
inc/config.pl
use FFI::Platypus
Tank you for catching that and making the PR. I've merged your branch and sent a new version to CPAN as 0.03.
When running
perl Makefile.PL
,inc/config.pl
will get loaded, which contains the lineuse FFI::Platypus
. Thus, it is a configuration/build time dependency, not just a run-time dependency.