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 Nov 7, 2015
1 parent 756eb96 commit bff018a
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.008 2015-11-06 22:48:19-05:00 America/New_York

[PREREQS]

- Dropped minimum Perl requirement to 5.8.1
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.008",
"VERSION" => "0.009",
"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.008';
our $VERSION = '0.009';

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.008';
our $VERSION = '0.009';

use parent 'HTTP::CookieJar';

Expand Down

0 comments on commit bff018a

Please sign in to comment.