The following commit has been merged in the master branch:
commit f7a323fc945a1484fabd7a8e639b48b8b5b8124d
Author: Raphaël Hertzog <[email protected]>
Date: Sun Sep 20 11:21:03 2009 +0200
Dpkg::Vendor::Default: recommend use base for child objects
diff --git a/scripts/Dpkg/Vendor/Default.pm b/scripts/Dpkg/Vendor/Default.pm
index 881d8af..518cd47 100644
--- a/scripts/Dpkg/Vendor/Default.pm
+++ b/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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]