perl-Types-Serialiser/Types-Serialiser-1.0-provides.patch
Troy Dawson fd1db6170f 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-Types-Serialiser#6f4539964b1d842ee1dae9cf8de300cdcb6b031a
2020-10-14 15:35:45 -07:00

13 lines
396 B
Diff

--- Serialiser.pm
+++ Serialiser.pm
@@ -102,7 +102,8 @@ Returns false iff C<$value> is C<$Types:
BEGIN {
# for historical reasons, and to avoid extra dependencies in JSON::PP,
# we alias *Types::Serialiser::Boolean with JSON::PP::Boolean.
- package JSON::PP::Boolean;
+ package # hide from rpm
+ JSON::PP::Boolean;
*Types::Serialiser::Boolean:: = *JSON::PP::Boolean::;
}