Просмотр исходного кода

Dpkg::Vendor::Default: recommend use base for child objects

Raphaël Hertzog лет назад: 17
Родитель
Сommit
f7a323fc94
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      scripts/Dpkg/Vendor/Default.pm

+ 1 - 2
scripts/Dpkg/Vendor/Default.pm

@@ -21,8 +21,7 @@ use warnings;
 
 # If you use this file as template to create a new vendor object, please
 # uncomment the following lines
-#use Dpkg::Vendor::Default;
-#our @ISA = qw(Dpkg::Vendor::Default);
+#use base qw(Dpkg::Vendor::Default);
 
 =head1 NAME