8
0

Accepting request 742844 from devel:languages:perl:autoupdate

- updated to 6.05
   see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
  6.05      2019-10-24 02:21:51Z
      - Fix GH#32 by checking for " as well as ; when splitting. (GH#49) (colinnewell)
      - Fix GH#48 update documentation about $version (GH#55) (Dave Menninger)
      - Fix broken README badge (GH#54) (Alex Peters)
      - Whenever possible, use an absolute four digit year for Time::Local (GH#52) (Olaf Alders)
      - Add test case for Issue #26 (GH#45) (George-NG)
      - Long numbers (GH#47) (pludlamCVL)
      - Cookies.pm: die if close on $fh in ->save fails (GH#46) (MCRayRay)
      - Replace "use vars" with "our" (GH#43) (James Raspass)
      - Fixed minor typo in the pod for HTTP::Cookies. (GH#39) (Mohammad S Anwar)

OBS-URL: https://build.opensuse.org/request/show/742844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Cookies?expand=0&rev=8
This commit is contained in:
2019-10-25 11:51:42 +00:00
committed by Git OBS Bridge
parent 1c962637f9
commit 11127c021b
4 changed files with 32 additions and 15 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 25 09:44:16 UTC 2019 - <timueller+perl@suse.de>
- updated to 6.05
see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
6.05 2019-10-24 02:21:51Z
- Fix GH#32 by checking for " as well as ; when splitting. (GH#49) (colinnewell)
- Fix GH#48 update documentation about $version (GH#55) (Dave Menninger)
- Fix broken README badge (GH#54) (Alex Peters)
- Whenever possible, use an absolute four digit year for Time::Local (GH#52) (Olaf Alders)
- Add test case for Issue #26 (GH#45) (George-NG)
- Long numbers (GH#47) (pludlamCVL)
- Cookies.pm: die if close on $fh in ->save fails (GH#46) (MCRayRay)
- Replace "use vars" with "our" (GH#43) (James Raspass)
- Fixed minor typo in the pod for HTTP::Cookies. (GH#39) (Mohammad S Anwar)
-------------------------------------------------------------------
Fri Aug 4 05:41:54 UTC 2017 - coolo@suse.com