1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Author: Italo Valcy <italo@dcc.ufba.br>
Description: Remove PPM_INSTALL_SCRIPT from Makefile
PPM_INSTALL_SCRIPT installs a set of radius dictionaries into standard
location. This would conflict with radius-cistron and xtradius packages
(see README.Debian).
Last-Update: 2016-12-28
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
WriteMakefile(
NAME => 'Authen::Radius',
VERSION_FROM => 'Radius.pm', # finds $VERSION
- PPM_INSTALL_SCRIPT => 'install-radius-db.PL',
+ PL_FILES => {},
MIN_PERL_VERSION => "v5.10",
BUILD_REQUIRES => {
# Support for TEST_REQUIRES
|