perl-UNIVERSAL-require/UNIVERSAL-require-0.18-provides.patch
Troy Dawson 21277542f0 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/perl-UNIVERSAL-require#e584416204b51fb972d3aa2091ea3924cfe02ebc
2020-10-14 15:36:40 -07:00

13 lines
278 B
Diff

--- lib/UNIVERSAL/require.pm
+++ lib/UNIVERSAL/require.pm
@@ -6,7 +6,8 @@ $UNIVERSAL::require::VERSION = '0.18';
# So we load it up beforehand to avoid that.
BEGIN { require UNIVERSAL }
-package UNIVERSAL;
+package # Hide from rpm
+ UNIVERSAL;
use 5.006;
use strict;