stevan / p5-UNIVERSAL-Object

A useful base class
5 stars 6 forks source link

Missing dependent package listing in Makefile.PL #14

Open brickpool opened 2 hours ago

brickpool commented 2 hours ago

A dependent (mro/MRO::Compat) package mentioned in the source code is not listed in Makefile.PL: BEGIN { $] >= 5.010 ? require mro : require MRO::Compat https://metacpan.org/release/STEVAN/UNIVERSAL-Object-0.17/source/lib/UNIVERSAL/Object.pm#L13

Grinnz commented 2 hours ago

mro is core since Perl 5.10. MRO::Compat is required by the Makefile.PL as a dynamic dependency on Perls older than 5.10.