App-CISetup

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "MooseX::Getopt::Dashes" : "0",
            "MooseX::Getopt::OptionTypeMap" : "0",
            "MooseX::StrictConstructor" : "0",
            "MooseX::Types::Combine" : "0",
            "MooseX::Types::Path::Tiny" : "0",
            "Path::Iterator::Rule" : "0",
            "Path::Tiny" : "0",
            "Try::Tiny" : "0",
            "YAML" : "0",
            "autodie" : "0",
            "namespace::autoclean" : "0",
            "parent" : "0",
            "perl" : "v5.14.0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },

META.yml  view on Meta::CPAN

  MooseX::Getopt::Dashes: '0'
  MooseX::Getopt::OptionTypeMap: '0'
  MooseX::StrictConstructor: '0'
  MooseX::Types::Combine: '0'
  MooseX::Types::Path::Tiny: '0'
  Path::Iterator::Rule: '0'
  Path::Tiny: '0'
  Try::Tiny: '0'
  YAML: '0'
  autodie: '0'
  namespace::autoclean: '0'
  parent: '0'
  perl: v5.14.0
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/maxmind/App-CISetup/issues
  homepage: http://metacpan.org/release/App-CISetup
  repository: git://github.com/maxmind/App-CISetup.git
version: '0.19'
x_Dist_Zilla:

Makefile.PL  view on Meta::CPAN

    "MooseX::Getopt::Dashes" => 0,
    "MooseX::Getopt::OptionTypeMap" => 0,
    "MooseX::StrictConstructor" => 0,
    "MooseX::Types::Combine" => 0,
    "MooseX::Types::Path::Tiny" => 0,
    "Path::Iterator::Rule" => 0,
    "Path::Tiny" => 0,
    "Try::Tiny" => 0,
    "YAML" => 0,
    "autodie" => 0,
    "namespace::autoclean" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Cwd" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test2::Plugin::NoWarnings" => "0.06",
    "Test2::V0" => 0,

lib/App/CISetup/AppVeyor/ConfigFile.pm  view on Meta::CPAN

package App::CISetup::AppVeyor::ConfigFile;

use strict;
use warnings;
use namespace::autoclean;
use autodie qw( :all );

our $VERSION = '0.19';

use App::CISetup::Types qw( Str );

use Moose;

has email_address => (
    is        => 'ro',

lib/App/CISetup/AppVeyor/ConfigUpdater.pm  view on Meta::CPAN

package App::CISetup::AppVeyor::ConfigUpdater;

use strict;
use warnings;
use namespace::autoclean;
use autodie qw( :all );

our $VERSION = '0.19';

use App::CISetup::AppVeyor::ConfigFile;
use App::CISetup::Types qw( Bool Str );
use Try::Tiny;

use Moose;

lib/App/CISetup/Role/ConfigFile.pm  view on Meta::CPAN

package App::CISetup::Role::ConfigFile;

use strict;
use warnings;
use namespace::autoclean;
use autodie qw( :all );

our $VERSION = '0.19';

use App::CISetup::Types qw( Path );
use Try::Tiny;
use YAML qw( Dump LoadFile );

use Moose::Role;

lib/App/CISetup/Role/ConfigUpdater.pm  view on Meta::CPAN

package App::CISetup::Role::ConfigUpdater;

use strict;
use warnings;
use namespace::autoclean;
use autodie qw( :all );

our $VERSION = '0.19';

use App::CISetup::Travis::ConfigFile;
use App::CISetup::Types qw( Bool CodeRef Dir Str );
use File::pushd qw( pushd );
use Git::Sub qw( remote );
use Path::Iterator::Rule;
use Path::Tiny qw( path );

lib/App/CISetup/Travis/ConfigFile.pm  view on Meta::CPAN

package App::CISetup::Travis::ConfigFile;

use strict;
use warnings;
use namespace::autoclean;
use autodie qw( :all );

our $VERSION = '0.19';

use App::CISetup::Types qw( Bool File Str );
use File::pushd;
use File::Which qw( which );
use IPC::Run3 qw( run3 );
use List::AllUtils qw( first first_index uniq );
use Path::Iterator::Rule;

lib/App/CISetup/Travis/ConfigUpdater.pm  view on Meta::CPAN

package App::CISetup::Travis::ConfigUpdater;

use strict;
use warnings;
use namespace::autoclean;
use autodie qw( :all );

our $VERSION = '0.19';

use App::CISetup::Travis::ConfigFile;
use App::CISetup::Types qw( Bool Str );
use Try::Tiny;

use Moose;
use MooseX::StrictConstructor;

lib/App/CISetup/Types.pm  view on Meta::CPAN

package App::CISetup::Types;

use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.19';

use MooseX::Getopt::OptionTypeMap ();
use MooseX::Types::Path::Tiny qw( File Dir );

use parent 'MooseX::Types::Combine';

__PACKAGE__->provide_types_from(
    qw(

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'MooseX::Getopt::Dashes' => '0',
                                      'MooseX::Getopt::OptionTypeMap' => '0',
                                      'MooseX::StrictConstructor' => '0',
                                      'MooseX::Types::Combine' => '0',
                                      'MooseX::Types::Path::Tiny' => '0',
                                      'Path::Iterator::Rule' => '0',
                                      'Path::Tiny' => '0',
                                      'Try::Tiny' => '0',
                                      'YAML' => '0',
                                      'autodie' => '0',
                                      'namespace::autoclean' => '0',
                                      'parent' => '0',
                                      'perl' => 'v5.14.0',
                                      'strict' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },

t/lib/R/Tester.pm  view on Meta::CPAN

package R::Tester;

use strict;
use warnings;
use namespace::autoclean;

use Moose::Role;

use Test2::V0 '!meta';

use YAML qw( Load );

## no critic (Subroutines::ProhibitUnusedPrivateSubroutines)
sub _test_cisetup_flags_comment {
    my $self   = shift;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.149 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )