perl-Types-Serialiser/Types-Serialiser-1.01-provides.patch
Paul Howarth b7b2d0782d Update to 1.01
- New upstream release 1.01
  - Implement Types::Serialiser::as_bool
  - Slight documentation tweaks
- Drop redundant buildroot cleaning in %%install section
- Simplify find command using -delete
- Fix permissions verbosely
2020-12-01 14:56:50 +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::;
}