App-GitHooks-Plugin-NotifyReleasesToSlack
view release on metacpan or search on metacpan
'Test::More' => 0.94,
},
requires =>
{
'App::GitHooks' => 0,
'CPAN::Changes' => 0,
'Data::Dumper' => 0,
'JSON' => 0,
'LWP::UserAgent' => 0,
'Log::Any' => 0,
'Try::Tiny' => 0,
'perl' => 5.010, # "state" variables.
},
add_to_cleanup =>
[
'App-GitHooks-Plugin-NotifyReleasesToSlack-*',
],
create_makefile_pl => 'traditional',
configure_requires =>
{
'Module::Build' => 0,
}
},
"runtime" : {
"requires" : {
"App::GitHooks" : "0",
"CPAN::Changes" : "0",
"Data::Dumper" : "0",
"JSON" : "0",
"LWP::UserAgent" : "0",
"Log::Any" : "0",
"Try::Tiny" : "0",
"perl" : "5.01"
}
}
},
"provides" : {
"App::GitHooks::Plugin::NotifyReleasesToSlack" : {
"file" : "lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm",
"version" : "v1.1.1"
}
},
App::GitHooks::Plugin::NotifyReleasesToSlack:
file: lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm
version: v1.1.1
requires:
App::GitHooks: '0'
CPAN::Changes: '0'
Data::Dumper: '0'
JSON: '0'
LWP::UserAgent: '0'
Log::Any: '0'
Try::Tiny: '0'
perl: '5.01'
resources:
bugtracker: https://github.com/guillaumeaubert/App-GitHooks-Plugin-NotifyReleasesToSlack/issues
homepage: https://metacpan.org/release/App-GitHooks-Plugin-NotifyReleasesToSlack
license: http://dev.perl.org/licenses/
repository: https://github.com/guillaumeaubert/App-GitHooks-Plugin-NotifyReleasesToSlack
version: v1.1.1
Makefile.PL view on Meta::CPAN
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
'VERSION_FROM' => 'lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm',
'PREREQ_PM' => {
'Data::Dumper' => 0,
'Log::Any' => 0,
'Try::Tiny' => 0,
'Test::FailWarnings' => 0,
'Test::Requires::Git' => '1.005',
'JSON' => 0,
'App::GitHooks' => 0,
'Test::More' => '0.94',
'CPAN::Changes' => 0,
'LWP::UserAgent' => 0
},
'test' => {
'TESTS' => 't/*.t'
lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm view on Meta::CPAN
use feature 'state';
use base 'App::GitHooks::Plugin';
# External dependencies.
use CPAN::Changes;
use Data::Dumper;
use JSON qw();
use LWP::UserAgent;
use Log::Any qw($log);
use Try::Tiny;
# Internal dependencies.
use App::GitHooks::Constants qw( :PLUGIN_RETURN_CODES );
# Uncomment to see debug information.
#use Log::Any::Adapter ('Stderr');
=head1 NAME
( run in 0.286 second using v1.01-cache-2.11-cpan-05444aca049 )