]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/perl_build.pm
Use the term "build step" instead of "build action" everywhere in the source.
[debhelper.git] / Debian / Debhelper / Buildsystem / perl_build.pm
index ce69f4ce55c2fdb87a02633c667eadd1702709b3..929d9e90fb316065abd18f891b6ad0674f7a2fc1 100644 (file)
@@ -15,11 +15,11 @@ sub DESCRIPTION {
 }
 
 sub check_auto_buildable {
-       my ($this, $action) = @_;
+       my ($this, $step) = @_;
 
        # Handles everything
        my $ret = -e "Build.PL";
-       if ($action ne "configure") {
+       if ($step ne "configure") {
                $ret &&= -e "Build";
        }
        return $ret;