You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
278 B
13 lines
278 B
6 months ago
|
--- 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;
|