View | Details | Raw Unified | Return to bug 25169
Collapse All | Expand All

(-)Perl-RPM/RPM.pm (+2 lines)
Lines 14-19 Link Here
14
@EXPORT = qw(rpm_osname rpm_archname rpm_version);
14
@EXPORT = qw(rpm_osname rpm_archname rpm_version);
15
@EXPORT_OK = (@EXPORT, 'vercmp', 'evrcmp');
15
@EXPORT_OK = (@EXPORT, 'vercmp', 'evrcmp');
16
16
17
use vars qw($tag2num $num2tag);
18
17
bootstrap RPM;
19
bootstrap RPM;
18
20
19
# These are stubs into the sub-module bootstraps, hacked into RPM.xs
21
# These are stubs into the sub-module bootstraps, hacked into RPM.xs

Return to bug 25169