From 7d8f11b58764859230367055deda3489fc09412f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 12 Nov 1999 01:24:39 +0000 Subject: no_comment --- perl-install/c/stuff.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/c') diff --git a/perl-install/c/stuff.pm b/perl-install/c/stuff.pm index 70f2b3222..ea0320225 100644 --- a/perl-install/c/stuff.pm +++ b/perl-install/c/stuff.pm @@ -10,8 +10,6 @@ $VERSION = '0.01'; bootstrap c::stuff $VERSION; -1; - sub headerGetEntry { my ($h, $q) = @_; $h or log::l("empty header in headerGetEntry"), return; @@ -27,3 +25,4 @@ sub headerGetEntry { $q eq 'obsoletes' and return headerGetEntry_string_list($h, RPMTAG_OBSOLETES()); } +1; -- cgit v1.2.1