]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/perl_makemaker.pm
let's write class, not cls
[debhelper.git] / Debian / Debhelper / Buildsystem / perl_makemaker.pm
index fc86e9bd3237b2062a0c934cfe9cebd518802e74..74eaf6bf37c9038129a3b977898c5fd49bb3e1b8 100644 (file)
@@ -28,8 +28,8 @@ sub check_auto_buildable {
 }
 
 sub new {
-       my $cls=shift;
-       my $self=$cls->SUPER::new(@_);
+       my $class=shift;
+       my $self=$class->SUPER::new(@_);
        $self->enforce_in_source_building();
        return $self;
 }