Skip to content

Commit

Permalink
Maintenance release for #402
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Jan 12, 2025
1 parent 32dad74 commit 8923ce3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -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;

Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 8923ce3

Please sign in to comment.