Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 280b02a..192dd61 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Cookie-Baker

 {{$NEXT}}

+0.08 2017-07-18T03:36:55Z
+
+   - Disallow , as a delimiter
+   - accept max-age=0 kazeburo#5 (Thank you skaji)
+
 0.07 2016-09-21T01:35:56Z

    - Allow quoted cookie values, as per RFC 6265. kazeburo#8
  • Loading branch information
kazeburo committed Jul 18, 2017
1 parent 8e860b5 commit 9fa36a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension Cookie-Baker

{{$NEXT}}

0.08 2017-07-18T03:36:55Z

- Disallow , as a delimiter
- accept max-age=0 #5 (Thank you skaji)

0.07 2016-09-21T01:35:56Z

- Allow quoted cookie values, as per RFC 6265. #8
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"web" : "https://github.com/kazeburo/Cookie-Baker"
}
},
"version" : "0.07",
"version" : "0.08",
"x_contributors" : [
"Ichinose Shogo <[email protected]>",
"Olaf Alders <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Cookie/Baker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use base qw/Exporter/;
use URI::Escape;

BEGIN {
our $VERSION = "0.07";
our $VERSION = "0.08";
our @EXPORT = qw/bake_cookie crush_cookie/;
my $use_pp = $ENV{COOKIE_BAKER_PP};
if (!$use_pp) {
Expand Down

0 comments on commit 9fa36a2

Please sign in to comment.