summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/cmake.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-20 14:37:49 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-20 14:37:49 -0400
commit714e330012e0b44220312aba526b4ebaa63ef60f (patch)
tree5671618d47cc5fcfdf80361a2bc7baf869693c8d /Debian/Debhelper/Buildsystem/cmake.pm
parent8bc41beed81ddc5ad864c7387bf61cac85ca739c (diff)
let's write class, not cls
Diffstat (limited to 'Debian/Debhelper/Buildsystem/cmake.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/cmake.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm
index 1b5dda40..f40b020f 100644
--- a/Debian/Debhelper/Buildsystem/cmake.pm
+++ b/Debian/Debhelper/Buildsystem/cmake.pm
@@ -23,8 +23,8 @@ sub check_auto_buildable {
}
sub new {
- my $cls=shift;
- my $self=$cls->SUPER::new(@_);
+ my $class=shift;
+ my $self=$class->SUPER::new(@_);
# Enforce outside-source tree builds.
$self->enforce_outside_source_building();
return $self;