8
0

Accepting request 979946 from devel:languages:perl:autoupdate

- updated to 2.002000
   see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
  2.002000    2022-05-17
      - lib/XML/LibXSLT/Quick.pm .
          - clarify license
              - https://github.com/shlomif/perl-XML-LibXSLT/issues/5
          - add docs and a $source 'string' type
      - Makefile.PL
          - cleanups
          - Require perl-5.14.0 at a minimum
              - https://github.com/shlomif/supporting-older-perl5-releases
  2.001000    2022-05-16
      - lib/XML/LibXSLT/Quick.pm .
          - Add 'params' support for generic_transform().

OBS-URL: https://build.opensuse.org/request/show/979946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=51
This commit is contained in:
Lars Vogdt
2022-06-02 09:30:39 +00:00
committed by Git OBS Bridge
parent d19cd2eafa
commit 2e7a123d30
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed May 18 03:10:45 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.002000
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
2.002000 2022-05-17
- lib/XML/LibXSLT/Quick.pm .
- clarify license
- https://github.com/shlomif/perl-XML-LibXSLT/issues/5
- add docs and a $source 'string' type
- Makefile.PL
- cleanups
- Require perl-5.14.0 at a minimum
- https://github.com/shlomif/supporting-older-perl5-releases
2.001000 2022-05-16
- lib/XML/LibXSLT/Quick.pm .
- Add 'params' support for generic_transform().
-------------------------------------------------------------------
Mon Apr 11 09:25:29 UTC 2022 - Tina Müller <timueller+perl@suse.de>