File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
lib/CatalystX/Fastly/Role Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl module CatalystX::Fastly::Role::Response:
2
2
3
+ {{ $NEXT }}
4
+
3
5
0.07 2024-10-12
4
6
- Drop Test::WWW::Mechanize::Catalyst test prereq
5
7
- Fix Pod lists
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
30
30
" Test::More" => 0,
31
31
" namespace::autoclean" => " 0.29"
32
32
},
33
- " VERSION" => " 0.07 " ,
33
+ " VERSION" => " 0.08 " ,
34
34
" test" => {
35
35
" TESTS" => " t/*.t"
36
36
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package CatalystX::Fastly::Role::Response;
2
2
use Moose::Role;
3
3
use Carp;
4
4
5
- our $VERSION = ' 0.07 ' ;
5
+ our $VERSION = ' 0.08 ' ;
6
6
7
7
use constant _CACHE_DURATION_CONVERSION => {
8
8
s => 1,
You can’t perform that action at this time.
0 commit comments