Bundle-WATERKIP
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
"Test::Mock::One" : "0.011",
"Text::Continuation::Parser" : "0.5",
"Text::ParseWords" : "0",
"Types::Standard" : "0",
"WebService::KvKAPI" : "0.106",
"XML::Compile::Schema" : "0",
"XML::LibXML" : "0",
"YA::CLI" : "0.006",
"YA::CLI::ActionRole" : "0",
"YAML::XS" : "0",
"namespace::autoclean" : "0",
"perl" : "v5.26.0"
}
},
"test" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0.96",
"perl" : "v5.26.0"
Test::Mock::One: '0.011'
Text::Continuation::Parser: '0.5'
Text::ParseWords: '0'
Types::Standard: '0'
WebService::KvKAPI: '0.106'
XML::Compile::Schema: '0'
XML::LibXML: '0'
YA::CLI: '0.006'
YA::CLI::ActionRole: '0'
YAML::XS: '0'
namespace::autoclean: '0'
perl: v5.26.0
resources:
repository: git://gitlab.com/waterkip/bundle-waterkip.git
version: '0.003'
x_contributors:
- 'Wesley Schwengle <waterkip@cpan.org>'
x_generated_by_perl: v5.38.2
x_serialization_backend: 'YAML::Tiny version 1.74'
x_spdx_expression: BSD-3-Clause
Makefile.PL view on Meta::CPAN
"Test::Mock::One" => "0.011",
"Text::Continuation::Parser" => "0.5",
"Text::ParseWords" => 0,
"Types::Standard" => 0,
"WebService::KvKAPI" => "0.106",
"XML::Compile::Schema" => 0,
"XML::LibXML" => 0,
"YA::CLI" => "0.006",
"YA::CLI::ActionRole" => 0,
"YAML::XS" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.003",
"test" => {
"TESTS" => "t/*.t"
lib/Bundle/WATERKIP/CLI/Azure.pm view on Meta::CPAN
package Bundle::WATERKIP::CLI::Azure;
our $VERSION = '0.003';
use Moo;
use namespace::autoclean;
# ABSTRACT: Bundle::WATERKIP::Azure get Azure JWT tokens
extends 'YA::CLI';
1;
__END__
=pod
lib/Bundle/WATERKIP/CLI/Azure/Password.pm view on Meta::CPAN
package Bundle::WATERKIP::CLI::Azure::Password;
our $VERSION = '0.003';
use Moo;
use namespace::autoclean;
with 'YA::CLI::ActionRole';
use feature qw(say state);
use Azure::AD::Password;
use LWP::UserAgent;
use Types::Standard qw(InstanceOf Enum Str);
sub usage_pod { 1 }
# Allow trailing slashes
lib/Bundle/WATERKIP/CLI/JWT.pm view on Meta::CPAN
package Bundle::WATERKIP::CLI::JWT;
our $VERSION = '0.003';
use Moo;
use namespace::autoclean;
# ABSTRACT: Bundle::WATERKIP::Azure get Azure JWT tokens
extends 'YA::CLI';
1;
__END__
=pod
lib/Bundle/WATERKIP/CLI/JWT/Validate.pm view on Meta::CPAN
package Bundle::WATERKIP::CLI::JWT::Validate;
our $VERSION = '0.003';
use Moo;
use namespace::autoclean;
with 'YA::CLI::ActionRole';
use feature qw(say);
# ABSTRACT: Validate JWT tokens
use Crypt::JWT qw(decode_jwt);
use Types::Standard qw(Enum);
use LWP::UserAgent;
use List::Util qw(any);
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.026 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )