Skip to content

Commit

Permalink
prereqs: add Slack::BlockKit
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 5, 2024
1 parent 6498502 commit c74c193
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
use warnings;

Expand Down Expand Up @@ -92,6 +92,7 @@ my %WriteMakefileArgs = (
"Prometheus::Tiny" => "0.002",
"Role::Identifiable::HasIdent" => 0,
"Scalar::Util" => 0,
"Slack::BlockKit::Sugar" => 0,
"Storable" => 0,
"String::Switches" => 0,
"String::Truncate" => 0,
Expand Down Expand Up @@ -206,6 +207,7 @@ my %FallbackPrereqs = (
"Prometheus::Tiny" => "0.002",
"Role::Identifiable::HasIdent" => 0,
"Scalar::Util" => 0,
"Slack::BlockKit::Sugar" => 0,
"Storable" => 0,
"String::Switches" => 0,
"String::Truncate" => 0,
Expand Down
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.031
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.032
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "Carp" => "0";
Expand Down Expand Up @@ -65,6 +65,7 @@ requires "Process::Status" => "0";
requires "Prometheus::Tiny" => "0.002";
requires "Role::Identifiable::HasIdent" => "0";
requires "Scalar::Util" => "0";
requires "Slack::BlockKit::Sugar" => "0";
requires "Storable" => "0";
requires "String::Switches" => "0";
requires "String::Truncate" => "0";
Expand Down

0 comments on commit c74c193

Please sign in to comment.