Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Sep 20, 2020
1 parent 7a39510 commit 8e443ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for HTTP-CookieJar

{{$NEXT}}

0.010 2020-09-20 11:28:49-04:00 America/New_York

- No changes from 0.009

0.009 2020-09-17 22:39:16-04:00 America/New_York (TRIAL RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"URI" => 0,
"lib" => 0
},
"VERSION" => "0.010",
"VERSION" => "0.011",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/CookieJar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package HTTP::CookieJar;
# ABSTRACT: A minimalist HTTP user agent cookie jar
our $VERSION = '0.010';
our $VERSION = '0.011';

use Carp ();
use HTTP::Date ();
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/CookieJar/LWP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package HTTP::CookieJar::LWP;
# ABSTRACT: LWP adapter for HTTP::CookieJar
our $VERSION = '0.010';
our $VERSION = '0.011';

use parent 'HTTP::CookieJar';

Expand Down

0 comments on commit 8e443ec

Please sign in to comment.