From bf9f0ffabd5bfdc0b6fb06f065389a7971e007e2 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 9 Jul 2015 22:15:53 +0100 Subject: Rename CPANBuildSystem to ExtUtilsMakeMakerBuildSystem There are several perl build systems. Change-Id: I17b5d61b7bffbdbcb9944e9e41449bec7a69c527 --- morphlib/buildsystem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/morphlib/buildsystem.py b/morphlib/buildsystem.py index 9f001036..933f9b91 100644 --- a/morphlib/buildsystem.py +++ b/morphlib/buildsystem.py @@ -190,7 +190,7 @@ class PythonDistutilsBuildSystem(BuildSystem): return any(x in file_list for x in indicators) -class CPANBuildSystem(BuildSystem): +class ExtUtilsMakeMakerBuildSystem(BuildSystem): '''The Perl cpan build system.''' @@ -286,7 +286,7 @@ build_systems = [ ManualBuildSystem(), AutotoolsBuildSystem(), PythonDistutilsBuildSystem(), - CPANBuildSystem(), + ExtUtilsMakeMakerBuildSystem(), CMakeBuildSystem(), QMakeBuildSystem(), DummyBuildSystem(), -- cgit v1.2.1