garu / Clone

recursively copy Perl datatypes
7 stars 10 forks source link

Fix how test prereqs are specified for backward compatibility #40

Closed haarg closed 1 year ago

haarg commented 2 years ago

Old versions of ExtUtils::MakeMaker don't support TEST_REQUIRES or BUILD_REQUIRES. Check for the older versions, and fold the prereqs into supported parameters.

Also includes some other cleanups.

This is an alternative approach to fixing #36.

garu commented 1 year ago

@haarg @atoomic thanks! is this ready for a merge? If so, I can push a new release to CPAN right away.

atoomic commented 1 year ago

@garu this is ready for merge from my point of view merge it, then update MANIFEST and let's perform a release thanks