File tree Expand file tree Collapse file tree 11 files changed +17
-11
lines changed Expand file tree Collapse file tree 11 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1- # This Build.PL for Plack-Middleware-Session was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
1+ # This Build.PL for Plack-Middleware-Session was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.007.
2+ use strict;
3+ use warnings;
4+
25use 5.006;
36use Module::Build::Tiny 0.037;
47Build_PL();
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Revision history for Perl extension Plack::Middleware::Session
22
33{{$NEXT}}
44
5+ 0.24 2014-09-05 04:47:55 PDT
6+ - same as 0.23. not dev release
7+
580.23 2014-08-11 10:22:40 PDT
69 - Changed the warning to error, when secret is not set.
710
Original file line number Diff line number Diff line change 5252 }
5353 }
5454 },
55- "release_status" : " testing " ,
55+ "release_status" : " stable " ,
5656 "resources" : {
5757 "bugtracker" : {
5858 "web" : " https://github.com/stevan/plack-middleware-session/issues"
6464 "web" : " https://github.com/stevan/plack-middleware-session"
6565 }
6666 },
67- "version" : " 0.23 " ,
67+ "version" : " 0.24 " ,
6868 "x_contributors" : [
6969 " Graham Knop <[email protected] >" ,
7070 " Lee Aylward <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Plack::Middleware::Session;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.23 ' ;
5+ our $VERSION = ' 0.24 ' ;
66our $AUTHORITY = ' cpan:STEVAN' ;
77
88use Plack::Util;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Plack::Session;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.23 ' ;
5+ our $VERSION = ' 0.24 ' ;
66our $AUTHORITY = ' cpan:STEVAN' ;
77
88use Plack::Util::Accessor qw( session options ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Plack::Session::State;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.23 ' ;
5+ our $VERSION = ' 0.24 ' ;
66our $AUTHORITY = ' cpan:STEVAN' ;
77
88use Digest::SHA1 ();
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Plack::Session::State::Cookie;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.23 ' ;
5+ our $VERSION = ' 0.24 ' ;
66our $AUTHORITY = ' cpan:STEVAN' ;
77
88use parent ' Plack::Session::State' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Plack::Session::Store;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.23 ' ;
5+ our $VERSION = ' 0.24 ' ;
66our $AUTHORITY = ' cpan:STEVAN' ;
77
88use Plack::Util::Accessor qw[ _stash ] ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Plack::Session::Store::Cache;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.23 ' ;
5+ our $VERSION = ' 0.24 ' ;
66our $AUTHORITY = ' cpan:STEVAN' ;
77
88use Scalar::Util qw[ blessed ] ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Plack::Session::Store::File;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.23 ' ;
5+ our $VERSION = ' 0.24 ' ;
66our $AUTHORITY = ' cpan:STEVAN' ;
77
88use Storable ();
You can’t perform that action at this time.
0 commit comments