mauke / Function-Parameters

Function::Parameters - define functions and methods with parameter lists ("subroutine signatures")
https://metacpan.org/pod/Function::Parameters
18 stars 19 forks source link

Removed a reference to PL_madskills #5

Closed Hugmeir closed 10 years ago

Hugmeir commented 10 years ago

This was removed on Perl 5.21, so it was stopping the module from build on blead.

On earlier perls, it was only used if perl was compiled with -Dmad, which outside of some 5.9.x releases, never quite worked, so removing the check should cause no breakage in the wild.

mauke commented 10 years ago

Thanks!

I'm just going to close this pull request because I've since restructured the code, but https://github.com/mauke/Function-Parameters/commit/0ab576ba4e2e076067045273c4f57bb40ccfe092 should be equivalent.