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
13 lines
278 B
Diff
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;
|