Skip to content

Commit

Permalink
(www/p5-HTTP-Cookies) Updated to 6.05
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mef committed Nov 19, 2019
1 parent a8785ac commit 9634fce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/p5-HTTP-Cookies/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.17 2019/08/11 13:24:44 wiz Exp $
# $NetBSD: Makefile,v 1.18 2019/11/19 12:06:36 mef Exp $

DISTNAME= HTTP-Cookies-6.04
DISTNAME= HTTP-Cookies-6.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}

Expand Down
10 changes: 5 additions & 5 deletions www/p5-HTTP-Cookies/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2017/08/14 18:51:51 wiz Exp $
$NetBSD: distinfo,v 1.6 2019/11/19 12:06:36 mef Exp $

SHA1 (HTTP-Cookies-6.04.tar.gz) = e1751a4892510e414053827e94f5d5b1c42377aa
RMD160 (HTTP-Cookies-6.04.tar.gz) = 3ad2cca6826e9ad762ce017de699eefa9651fdb4
SHA512 (HTTP-Cookies-6.04.tar.gz) = e8b24b96e6630f1238e828edfbf7074fb9186a391fd1d129fb65a82748a4cf7d71669fa658c31957560a6faac3e638c8dc7aa3182acaa6fd14f0d56f3968f5e4
Size (HTTP-Cookies-6.04.tar.gz) = 39502 bytes
SHA1 (HTTP-Cookies-6.05.tar.gz) = ce615db05e5391e566b5dcf6182d2f4012d53134
RMD160 (HTTP-Cookies-6.05.tar.gz) = db97f11dda586ec164136aade0f7046bd312cf85
SHA512 (HTTP-Cookies-6.05.tar.gz) = 12965f1e268e18f0d862df0c6774ee4840050475d6f02ba55725526229aa3142b73397023823a6efb02a43012f91c43a2b6472fd4603d0e92f351ea903750a95
Size (HTTP-Cookies-6.05.tar.gz) = 40126 bytes

0 comments on commit 9634fce

Please sign in to comment.