Bundle-WATERKIP

 view release on metacpan or  search on metacpan

META.json  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",
            "perl" : "v5.26.0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0.96",
            "perl" : "v5.26.0"

META.yml  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'
  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"

Makefile.PL  view on Meta::CPAN

  "Test::More" => "0.96",
  "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
);

# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.040
requires('JSON::XS', '4.02') if has_module('JSON::XS', '4.01') or !defined has_module('JSON::XS', '4.01');


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;

cpanfile  view on Meta::CPAN

requires "Test::Mock::One" => "0.011";
requires "Text::Continuation::Parser" => "0.5";
requires "Text::ParseWords" => "0";
requires "Types::Standard" => "0";
requires "WebService::KvKAPI" => "0.106";
requires "XML::Compile::Schema" => "0";
requires "XML::LibXML" => "0";
requires "YA::CLI" => "0.006";
requires "YA::CLI::ActionRole" => "0";
requires "YAML::XS" => "0";
requires "namespace::autoclean" => "0";
requires "perl" => "v5.26.0";

on 'test' => sub {
  requires "File::Spec" => "0";
  requires "IO::Handle" => "0";
  requires "IPC::Open3" => "0";
  requires "Test::More" => "0.96";
  requires "perl" => "v5.26.0";
};

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);



( run in 0.278 second using v1.01-cache-2.11-cpan-4d50c553e7e )