8
0

Accepting request 1101552 from devel:languages:perl:autoupdate

- updated to 1.001001
   see /usr/share/doc/packages/perl-Data-Printer/Changes
  1.1.1   2023-07-30
      BUG FIXES:
          - explicitly mentions that native perl classes (perl 5.38) do not
             have internals.
          - 'quiet' now returns the data properly when return_value is 'pass'.
          - cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
          - fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
            Leon Timmermans for providing a patch)
          - doc fixes and improvements (Matthias Muth, Elvin Aslanov)

OBS-URL: https://build.opensuse.org/request/show/1101552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Printer?expand=0&rev=17
This commit is contained in:
2023-08-03 16:16:44 +00:00
committed by Git OBS Bridge
parent 2a50d9af7c
commit 0b0da5492d
4 changed files with 21 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Printer
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Data-Printer
Name: perl-Data-Printer
Version: 1.001000
Version: 1.001001
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Colored & full-featured pretty print of Perl data structures and objects