perl-Types-Serialiser/Types-Serialiser-1.01-provides.patch
DistroBaker e2c0700fd0 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/perl-Types-Serialiser.git#b7b2d0782d637619d8912ae8b24abb3d576aafe5
2020-12-01 15:11:20 +00:00

13 lines
396 B
Diff

--- Serialiser.pm
+++ Serialiser.pm
@@ -112,7 +112,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::;
}