PerlAlien / Alien-Build

Build external dependencies for use in CPAN
16 stars 25 forks source link

Add Alien::Util, and move version_cmp there #301

Closed plicease closed 2 years ago

plicease commented 2 years ago

This PR adds an Alien::Util module for things that are needed by both the Alien::Base runtime and Alien::Build build-time without either having to depend on the other. So far the only function is version_cmp, which used to live in Alien::Base as a class method, but was used in some of the probe plugins with #300