Skip to content

Commit

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

diff --git a/Changes b/Changes
index 54d9fe3..6c3eeb3 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Cookie-Baker

 {{$NEXT}}

+0.06 2015-06-29T05:53:57Z
+
+   - fix compatibility issue. kazeburo#4 (Thank you shogo82148)
+
 0.05 2014-11-26T05:49:50Z

    - fix bug. accepts expires => 0
  • Loading branch information
kazeburo committed Jun 29, 2015
1 parent 026c5aa commit ea558ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Cookie-Baker

{{$NEXT}}

0.06 2015-06-29T05:53:57Z

- fix compatibility issue. #4 (Thank you shogo82148)

0.05 2014-11-26T05:49:50Z

- fix bug. accepts expires => 0
Expand Down
7 changes: 4 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Masahiro Nagano <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.2.1, CPAN::Meta::Converter version 2.141170",
"generated_by" : "Minilla/v2.4.1, CPAN::Meta::Converter version 2.141170",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -69,8 +69,9 @@
"web" : "https://github.com/kazeburo/Cookie-Baker"
}
},
"version" : "0.05",
"version" : "0.06",
"x_contributors" : [
"Olaf Alders <[email protected]>"
"Olaf Alders <[email protected]>",
"Ichinose Shogo <[email protected]>"
]
}
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.05";
our $VERSION = "0.06";
our @EXPORT = qw/bake_cookie crush_cookie/;
my $use_pp = $ENV{COOKIE_BAKER_PP};
if (!$use_pp) {
Expand Down

0 comments on commit ea558ec

Please sign in to comment.