We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade3b1 commit dcbb601Copy full SHA for dcbb601
Changes
@@ -1,5 +1,7 @@
1
Revision history for Perl extension Catalyst-Action-RenderView
2
3
+{{ $NEXT }}
4
+
5
0.17 2024-10-12
6
- fix Makefile.PL to work without PERL_USE_UNSAFE_INC
7
- revised packaging to use Dist::Zilla
Makefile.PL
@@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
28
"IPC::Open3" => 0,
29
"Test::More" => "0.88"
30
},
31
- "VERSION" => "0.17",
+ "VERSION" => "0.18",
32
"test" => {
33
"TESTS" => "t/*.t"
34
}
lib/Catalyst/Action/RenderView.pm
@@ -3,7 +3,7 @@ package Catalyst::Action::RenderView;
use strict;
use warnings;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
8
use base 'Catalyst::Action';
9
0 commit comments