Revision history for Perl module Cookie v0.3.11 2026-04-01T07:26:03+0900 - Removing debugging code v0.3.10 2026-03-30T10:28:31+0900 - Minor correction in method 'stat' in Cookie::Domain to account for local domains - Corrected a bug in Cookie::Jar extract method when checking for the port number. - Dependencies update v0.3.9 2025-07-30T16:12:13+0900 - Corrected overlooked Want to Wanted v0.3.8 2025-07-30T11:35:39+0900 - Updated dependencies v0.3.7 2025-07-19T19:58:29+0900 - Corrected a poor syntax in Cookie::Jar in method delete(). Gitlab issue #3 (thanks to Lukas Mai). v0.3.6 2025-04-20T16:15:26+0900 - Corrected a bug in method 'load_as_mozilla' v0.3.5 2024-02-13T08:49:15+0900 - Correction of a minor bug in Cookie::Domain::Result v0.3.4 2024-02-02T18:59:00+0900 - Minor correction in Cookie::Domain to find root for .test domains v0.3.3 2023-10-11T00:01:31+0900 - Corrected malformed signature for distribution release v0.3.2 2023-09-19T12:39:43+0900 - Improved code for speed v0.3.1 2023-06-02T11:35:52+0900 - Corrected a minor bug in test unit in method is() in CookieTest.pm - Updated dependencies. v0.3.0 2023-05-30T18:21:26+0900 - Added method extract_one() in Cookie::Jar - Minor documentation improvements to Cookie::Jar for method fetch and add_cookie_header v0.2.3 2022-11-11T18:39:37+0900 - Another minor correction of unit test file 006_cookies_sqlite.t v0.2.2 2022-11-10T12:35:16+0900 - Minor correction of unit test file 006_cookies_sqlite.t v0.2.1 2022-09-24T17:34:13+0900 - Minor modification of method 'save' in Cookie::Jar - Minor improvement to cron_fetch in Cookie::Domain - Added methods load_as_mozilla() and save_as_mozilla() in Cookie::Jar - Corrected a minor issue when removing cookies while performing a do() or scan(), since they were accessing and modifying the same array reference at the same time. - Corrected a format error in save_as_netscape in Cookie::Jar when exporting cookies as netscape whereby the expiration was not in a unix timestamp format v0.2.0 2022-07-16T15:50:52+0900 - Added methods algo, autosave, file, secret, type to Cookie::Jar - Corrected some typos in Cookie::Jar v0.1.13 2022-06-27T13:59:30+0900 - Minor correction in Cookie::Jar for cases where the host is an IP address v0.1.12 2022-06-23T15:47:58+0900 - Improved correction for a race condition when no local time has been set v0.1.11 2022-06-22T15:20:03+0900 - Corrected for a race condition when no local time has been set v0.1.10 2022-06-21T00:00:24+0900 - Corrected a small error in Makefile.PL v0.1.9 2022-06-19T08:38:19+0900 - Improvement of the Makefile.PL v0.1.8 2021-12-15T07:01:04+0900 - Re-submision for Cookies v0.1.7 2021-12-14T10:50:36+0900 - Added the Cookies class to serve as a cookies jar. See also Cookie::Jar v0.1.6 2021-12-07T17:49:09+0900 - Corrected bug in handling and resetting cache in Cookie v0.1.5 2021-11-25T07:27:14+0900 - Corrected test units version requirement for testing with CryptX v0.1.4 2021-11-22T11:10:49+0900 - Minor correction in expires() in Cookie and related test units v0.1.3 2021-11-18T12:24:20+0900 - Improvement on is_expired in Cookie v0.1.2 2021-11-18T11:34:17+0900 - Documentation corrections v0.1.1 2021-11-17T17:00:54+0900 - Change of distribution name from Cookies to Cookie - Improvements on handling of same cookie name for a given domain and path - Better compliance with rfc6265 v0.1.0 2021-11-14T14:40:13+0900 - Initial release - Added classes Cookies and Cookie - Added class Cookies::Domain