diff options
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/stuff.pm | 3 |
1 files changed, 1 insertions, 2 deletions
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; |