Procházet zdrojové kódy

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

Raphaël Hertzog před 17 roky
rodič
revize
f7a323fc94
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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
 # If you use this file as template to create a new vendor object, please
 # uncomment the following lines
 # uncomment the following lines
-#use Dpkg::Vendor::Default;
-#our @ISA = qw(Dpkg::Vendor::Default);
+#use base qw(Dpkg::Vendor::Default);
 
 
 =head1 NAME
 =head1 NAME