8
0

Accepting request 764248 from devel:languages:perl:autoupdate

- updated to 1.008003
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  1.008003	2020-01-13
  
   [ Documentation ]
   - Update copyright dates to 2020.
  
   [ Packaging ]
   - Makefile.PL will now bail out on cperl if AUTOMATED_TESTING environment
     variable is set to true.
  
   [ Other ]
   - Added: Type::Registry can now have a parent registry.
  
  1.008002	2020-01-11
  
   [ Bug Fixes ]
   - Fix bareword errors if certain Type::Tiny subclasses were loaded prior
     to Type::Tiny.
     Fixes RT#131401.
     <https://rt.cpan.org/Ticket/Display.html?id=131401>
  
   [ Documentation ]
   - Fix typos.
     Hauke D++
  
   [ Other ]
   - Type::Tiny didn't accept string constraints for parameterizable type
     constraints; this was not a documented restriction and didn't seem to
     serve any purpose, so the restriction has been lifted.
     <https://rt.cpan.org/Ticket/Display.html?id=131238>

OBS-URL: https://build.opensuse.org/request/show/764248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=25
This commit is contained in:
2020-01-14 12:44:22 +00:00
committed by Git OBS Bridge
parent 4df419c902
commit f83d386298
4 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Jan 14 03:14:39 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.008003
see /usr/share/doc/packages/perl-Type-Tiny/Changes
1.008003 2020-01-13
[ Documentation ]
- Update copyright dates to 2020.
[ Packaging ]
- Makefile.PL will now bail out on cperl if AUTOMATED_TESTING environment
variable is set to true.
[ Other ]
- Added: Type::Registry can now have a parent registry.
1.008002 2020-01-11
[ Bug Fixes ]
- Fix bareword errors if certain Type::Tiny subclasses were loaded prior
to Type::Tiny.
Fixes RT#131401.
<https://rt.cpan.org/Ticket/Display.html?id=131401>
[ Documentation ]
- Fix typos.
Hauke D++
[ Other ]
- Type::Tiny didn't accept string constraints for parameterizable type
constraints; this was not a documented restriction and didn't seem to
serve any purpose, so the restriction has been lifted.
<https://rt.cpan.org/Ticket/Display.html?id=131238>
-------------------------------------------------------------------
Sun Dec 29 03:13:35 UTC 2019 - <timueller+perl@suse.de>