Perl5-Alien / Alien-Base

Base classes for Alien:: modules (deprecated, see Alien-Build)
Other
35 stars 19 forks source link

%p and cmake #155

Closed plicease closed 8 years ago

plicease commented 8 years ago

Two minor cleanup items.

Officially deprecate %p. Basically it isn't portable. I have explained in other places why this really shouldn't ever be used, if anyone wants details let me know.

Use Alien::CMake 0.07 as a minimum when specified as a alien_bin_requires. This version provides enough Alien::Base compatibility that it can be used as-is without any special case as an alien_bin_requires.

jberger commented 8 years ago

Looks good to me: Aye!