diff --git a/Build.PL b/Build.PL index 9a38f522..f16a8e77 100644 --- a/Build.PL +++ b/Build.PL @@ -1,5 +1,5 @@ -# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.032. +# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.030. use strict; use warnings; @@ -28,7 +28,7 @@ my %module_build_args = ( "recursive_test_files" => 1, "requires" => { "Any::URI::Escape" => 0, - "App::Cmd" => "0.33", + "App::Cmd" => "<= 0.336", "CGI::Expand" => "2.02", "Class::Method::Modifiers" => 0, "Clone" => "0.31", diff --git a/Changes b/Changes index 99c1d90c..1a1770e0 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Catmandu {{$NEXT}} + - #402: maintenance release for App::Cmd 0.337 errors 1.2022 2024-09-29 21:03:06 CEST - #399: removing smartmatch for perl 5.41.x support diff --git a/cpanfile b/cpanfile index 6de44f62..e4ee3db7 100644 --- a/cpanfile +++ b/cpanfile @@ -20,7 +20,7 @@ on 'develop', sub { }; requires 'Any::URI::Escape', 0; -requires 'App::Cmd', '0.33'; +requires 'App::Cmd', '<=0.336'; requires 'CGI::Expand', '2.02'; requires 'Class::Method::Modifiers', 0; requires 'Clone', '0.31';