Explorar el Código

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

Raphaël Hertzog hace 17 años
padre
commit
f7a323fc94
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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