Revision history for Perl module HTTP::Cookies::Chrome
2.002 2021-02-19T20:30:09Z
* Fix some testing issues.
2.001 2021-02-19T18:09:07Z
* Handle the encrypted cookies for Chrome 80 and beyond. This does
not work for earlier Cookie formats. (Github #1)
1.002 2018-06-11T13:11:26Z
* Change to Artistic License 2.0
1.001 - 2014-12-27
* Make a release version (Issue #2: https://github.com/briandfoy/HTTP-Cookies-Chrome/issues/2)
* This still doesn't handle encrypted values
0.99_09 - 2012-07-05
* Take care of uninitialized value in _get_utc_microseconds
0.99_06 - 2010-01-06
* Hey, SQLite support DROP TABLE IF EXISTS. I don't have to
catch any errors. :)
0.99_05 - 2010-01-05
* More testing to see what is going to satisfy these testers
who don't like the warning about dropping a table that isn't
there.
0.99_04 - 2010-01-04
* Capture a possible query failure when I try to drop a
table from a new file.
0.99_03 - 2010-01-03
* How did I forget HTTP::Cookies as a prereq? Oh yeah,
I've broken my local copy of Test::Prereq.
0.99_02 - 2010-01-01
* Fix the pod coverage test. The interface comes from
HTTP::Cookies.
0.99_01 - 2009-12-29
* A first implementation.