Result:
found more than 544 distributions - search limited to the first 2001 files matching your query ( run in 2.329 )


Alien-Build-MB

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = strict
remove = warnings
remove = base
remove = lib
remove = File::Temp
remove = Data::Dumper

[Prereqs]
Alien::Build  = 0.05
Module::Build = 0.37_01

 view all matches for this distribution


Alien-Build-Plugin-Decode-Mojo

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

BEGIN {
  use strict; use warnings;
  my %missing = map {
    eval qq{ require $_ };
    $@ ? ($_=>1) : ()
  } qw( Data::Dumper File::Spec FindBin strict warnings );
  if(%missing)
  {
    print "Your Perl is missing core modules: @{[ sort keys %missing ]}\n";
    print "Ideally if you are using the system Perl you can install the appropriate\n";
    print "package which includes the core Perl modules.  On at least some versions\n";

 view all matches for this distribution


Alien-Build-Plugin-Download-GitHub

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

BEGIN {
  use strict; use warnings;
  my %missing = map {
    eval qq{ require $_ };
    $@ ? ($_=>1) : ()
  } qw( Carp Data::Dumper File::Temp strict warnings );
  if(%missing)
  {
    print "Your Perl is missing core modules: @{[ sort keys %missing ]}\n";
    print "Ideally if you are using the system Perl you can install the appropriate\n";
    print "package which includes the core Perl modules.  On at least some versions\n";

 view all matches for this distribution


Alien-Capstone

 view release on metacpan or  search on metacpan

t/00_use.t  view on Meta::CPAN

use Test::More;
use blib;
use Data::Dumper;
use_ok 'Alien::Capstone';
my $capstone = new_ok('Alien::Capstone');
note $capstone->cflags;
note $capstone->libs;
note Alien::Capstone::ConfigData->config('finished_installing');

 view all matches for this distribution


Alien-DBD-SQLite-BundledExtensions

 view release on metacpan or  search on metacpan

t/01-load-all.t  view on Meta::CPAN

#!/usr/bin/env perl

use strict;
use warnings;
use Data::Dumper;
use DBI;
use File::Find;
use DBD::SQLite::BundledExtensions;
use Alien::DBD::SQLite::BundledExtensions;

 view all matches for this distribution


Alien-Gimp

 view release on metacpan or  search on metacpan

common.pl  view on Meta::CPAN

use ExtUtils::Depends;
use Data::Dumper qw(Dumper);
use IO::All;
use File::Spec;
use ExtUtils::PkgConfig;

my %gimpcfg = ExtUtils::PkgConfig->find("gimp-2.0");

 view all matches for this distribution


Alien-Google-GRPC

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "test" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "Data::Dumper" : "0",
            "Test::More" : "0"
         }
      }
   },
   "provides" : {

 view all matches for this distribution


Alien-HDF4

 view release on metacpan or  search on metacpan

lib/Alien/HDF4.pm.PL  view on Meta::CPAN

#!perl -w

use strict;
use warnings;
use Data::Dumper;
require './common.pl';

my $version = get_version();
my $config_hash = get_build();

 view all matches for this distribution


Alien-IUP

 view release on metacpan or  search on metacpan

t/01-info.t  view on Meta::CPAN

#!perl

use Test::More tests => 2;
use Data::Dumper;

use_ok( 'Alien::IUP' );
use_ok( 'Alien::IUP::ConfigData' );

diag "This test shows misc debug info";

 view all matches for this distribution


Alien-InteractiveBrokers

 view release on metacpan or  search on metacpan

t/10-Alien-InteractiveBrokers.t  view on Meta::CPAN

#   Alien::InteractiveBrokers - tests for main module
#
#   Copyright (c) 2010-2012 Jason McManus
#

use Data::Dumper;
use File::Spec::Functions qw( catdir catfile );
use Test::More tests => 12;
use strict;
use warnings;

 view all matches for this distribution


Alien-JPCRE2

 view release on metacpan or  search on metacpan

t/02_stub.t  view on Meta::CPAN

our $VERSION = 0.001_000;

use Test2::V0;
use Test::Alien;
use Alien::JPCRE2;
use Data::Dumper;  # DEBUG

plan(1);

# load alien
alien_ok('Alien::JPCRE2', 'Alien::JPCRE2 loads successfully and conforms to Alien::Base specifications');

 view all matches for this distribution


Alien-LibreSSL

 view release on metacpan or  search on metacpan

patch/gen.pl  view on Meta::CPAN

use strict;
use warnings;
use Data::Dumper qw( Dumper );
use Path::Tiny qw( path );

my $patch_filename = shift @ARGV;
die "need filename" unless defined $patch_filename;

 view all matches for this distribution


Alien-Meson

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "Data::Dumper" : "0",
            "ExtUtils::MakeMaker" : "6.52",
            "File::Spec" : "0",
            "Test2::V0" : "0",
            "Test::Alien" : "0",
            "Test::Alien::Diag" : "0",

 view all matches for this distribution


Alien-NSS

 view release on metacpan or  search on metacpan

t/01-config.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More;
use Data::Dumper;

BEGIN { use_ok( 'Alien::NSS::ConfigData' ); }

my $type = Alien::NSS::ConfigData->config('install_type');
if ( $type eq 'system' ) {

 view all matches for this distribution


Alien-PCRE2

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "test" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "Data::Dumper" : "0",
            "English" : "0",
            "Env" : "0",
            "File::Spec" : "0",
            "IPC::Cmd" : "0",
            "Test2::V0" : "0",

 view all matches for this distribution


Alien-Pluto

 view release on metacpan or  search on metacpan

t/04_binary_version_test2.t  view on Meta::CPAN


use Test2::V0;
use Test::Alien;
use Alien::Pluto;
use English qw(-no_match_vars);  # for $OSNAME
use Data::Dumper;  # DEBUG

plan(8);

# load alien
alien_ok('Alien::Pluto', 'Alien::Pluto loads successfully and conforms to Alien::Base specifications');

 view all matches for this distribution


Alien-ROOT

 view release on metacpan or  search on metacpan

inc/inc_Module-Build/Module/Build/Compat.pm  view on Meta::CPAN

use IO::File;
use Config;
use Module::Build;
use Module::Build::ModuleInfo;
use Module::Build::Version;
use Data::Dumper;

my %convert_installdirs = (
    PERL        => 'core',
    SITE        => 'site',
    VENDOR      => 'vendor',

inc/inc_Module-Build/Module/Build/Compat.pm  view on Meta::CPAN


    if ($build->recursive_test_files) {
        $MM_Args{test} = { TESTS => join q{ }, $package->_test_globs($build) };
    }

    local $Data::Dumper::Terse = 1;
    my $args = Data::Dumper::Dumper(\%MM_Args);
    $args =~ s/\{(.*)\}/($1)/s;

    print $fh <<"EOF";
use ExtUtils::MakeMaker;
WriteMakefile

 view all matches for this distribution


Alien-SWIProlog

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Data::Dumper" : "0",
            "Path::Tiny" : "0",
            "Test2::V0" : "0",
            "Test::Alien" : "0",
            "Test::Alien::Diag" : "0",
            "perl" : "5.006"

 view all matches for this distribution


Alien-Selenium

 view release on metacpan or  search on metacpan

inc/Text/Patch.pm  view on Meta::CPAN

  push @hunks, { %hunk }; # push last hunk
  shift @hunks; # first is always empty  

  for my $hunk ( reverse @hunks )
    {
    #use Data::Dumper;
    #print STDERR Dumper( $hunk );
    my @pdata;
    for( @{ $hunk->{ DATA } } )
      {
      next unless s/^([ \-\+])//;

 view all matches for this distribution


Alien-Texinfo

 view release on metacpan or  search on metacpan

t/04_binary_version_test2.t  view on Meta::CPAN


use Test2::V0;
use Test::Alien;
use Alien::Texinfo;
use English qw(-no_match_vars);  # for $OSNAME
use Data::Dumper;  # DEBUG

plan(5);

# load alien
alien_ok('Alien::Texinfo', 'Alien::Texinfo loads successfully and conforms to Alien::Base specifications');

 view all matches for this distribution


Alien-UnicornEngine

 view release on metacpan or  search on metacpan

t/00_use.t  view on Meta::CPAN

use Test::More;
use blib;
use Data::Dumper;
use_ok 'Alien::UnicornEngine';
my $unicorn = new_ok('Alien::UnicornEngine');
note $unicorn->cflags;
note $unicorn->libs;
note Alien::UnicornEngine::ConfigData->config('finished_installing');

 view all matches for this distribution


Alien-V8

 view release on metacpan or  search on metacpan

inc/inc_Module-Build/Module/Build/Compat.pm  view on Meta::CPAN

use IO::File;
use Config;
use Module::Build;
use Module::Build::ModuleInfo;
use Module::Build::Version;
use Data::Dumper;

my %convert_installdirs = (
    PERL        => 'core',
    SITE        => 'site',
    VENDOR      => 'vendor',

inc/inc_Module-Build/Module/Build/Compat.pm  view on Meta::CPAN


    if ($build->recursive_test_files) {
        $MM_Args{test} = { TESTS => join q{ }, $package->_test_globs($build) };
    }

    local $Data::Dumper::Terse = 1;
    my $args = Data::Dumper::Dumper(\%MM_Args);
    $args =~ s/\{(.*)\}/($1)/s;

    print $fh <<"EOF";
use ExtUtils::MakeMaker;
WriteMakefile

 view all matches for this distribution


Alien-Xmake

 view release on metacpan or  search on metacpan

builder/Alien/Xmake/Builder.pm  view on Meta::CPAN

    use JSON::PP;
    use Config;
    use HTTP::Tiny;
    use Path::Tiny        qw[path cwd];
    use ExtUtils::Helpers qw[make_executable split_like_shell detildefy];
    use Data::Dumper;

    # Configuration
    field $target_version : param : reader //= 'v3.0.6';
    field $force  : param  //= 0;
    field $meta   : reader //= CPAN::Meta->load_file('META.json');

builder/Alien/Xmake/Builder.pm  view on Meta::CPAN

    }

    method _write_config_data ($data) {
        my $dest = path('blib')->child($target_config);
        $dest->parent->mkpath;
        my $dumper = Data::Dumper->new( [$data], ['conf'] );
        $dumper->Indent(1)->Terse(1)->Sortkeys(1);
        my $content = sprintf <<~'PERL', $dumper->Dump;
        package Alien::Xmake::ConfigData {
            use v5.40;
            use File::Spec;

 view all matches for this distribution


Alien-astyle

 view release on metacpan or  search on metacpan

inc/My/ModuleBuild.pm  view on Meta::CPAN

use Alien::Base::ModuleBuild;
use base qw( Alien::Base::ModuleBuild );

use File::chdir;
use Capture::Tiny qw( capture_merged );
use Data::Dumper;
use IPC::Cmd qw(can_run);
use English qw(-no_match_vars);  # for $CHILD_ERROR & $OSNAME
use Env qw( @PATH );

sub alien_check_installed_version {

 view all matches for this distribution


Alien-libsnappy

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

EO_SNAPPY_VERSION
);

meta->after_hook( probe_system => sub {
    my ($build) = @_;
    use Data::Dumper;
    print Dumper($build);
  #$build->runtime_prop->{$flag} = '-Wl,-rpath,/usr/pkg/lib ' . $build->runtime_prop->{$flag};
});

after 'gather' => sub {
    my ($build) = @_;
    use Data::Dumper; CORE::say Dumper($build);
};

share {
    # The tarball from the 1.1.8 release and the 1.1.8 tag produce different
    # libraries -- and from some preliminary testing, the tarball version isn't

 view all matches for this distribution


Alien-pkgconf

 view release on metacpan or  search on metacpan

t/00_diag.t  view on Meta::CPAN

use Test2::V0 -no_srand => 1;
use Alien::pkgconf;
use Data::Dumper qw( Dumper );

diag '';
diag '';
diag '';

 view all matches for this distribution


Alien-wxWidgets

 view release on metacpan or  search on metacpan

inc/My/Build/Base.pm  view on Meta::CPAN

use My::Build::Utility qw(awx_arch_file awx_touch);
use Alien::wxWidgets::Utility qw(awx_sort_config awx_grep_config);
use File::Path ();
use File::Basename ();
use Fatal qw(open close unlink);
use Data::Dumper;
use File::Glob qw(bsd_glob);
use Carp;
use lib '.';

# Ensure deterministic output
$Data::Dumper::Sortkeys = 1;

# use the system version of a module if present; in theory this could lead to
# compatibility problems (if the latest version of one of the dependencies,
# installed in @INC is incompatible with the bundled version of a module)
sub _load_bundled_modules {

inc/My/Build/Base.pm  view on Meta::CPAN


    my $directory = File::Basename::dirname( $file );
    my %config = $self->_init_config;
    my $base = $self->awx_key;

    my $body = Data::Dumper->Dump( [ \%config ] );
    $body =~ s/rEpLaCe/$base/g;

    File::Path::mkpath( $directory ) or die "mkpath '$directory': $!"
        unless -d $directory;
    open my $fh, '> ' . File::Spec->catfile( $directory, $base . '.pm' );

 view all matches for this distribution


Aliyun

 view release on metacpan or  search on metacpan

lib/Aliyun.pm  view on Meta::CPAN


  use Aliyun::AuthV2;
  use Aliyun::Request;
  use Aliyun::Method::FcSmsNumSend;
  use Aliyun::Method::FcIotQrycard;
  use Data::Dumper qw/Dumper/;

  my $auth = Aliyun::AuthV2->new();
     $auth->set_appkey('你自己的key');
     $auth->set_secretkey('你自己的秘钥');

 view all matches for this distribution


AllKnowingDNS

 view release on metacpan or  search on metacpan

lib/App/AllKnowingDNS/Config.pm  view on Meta::CPAN

package App::AllKnowingDNS::Config;

use Mouse;
use App::AllKnowingDNS::Zone;
use App::AllKnowingDNS::Util;
use Data::Dumper;

=head1 NAME

App::AllKnowingDNS::Config - configuration object

 view all matches for this distribution


Alt-Acme-Math-XS-CPP

 view release on metacpan or  search on metacpan

inc/Inline/C.pm  view on Meta::CPAN

package Inline::C;
our $VERSION = '0.67';

use Inline 0.56;
use Config;
use Data::Dumper;
use Carp;
use Cwd qw(cwd abs_path);
use File::Spec;
use Fcntl ':flock';

inc/Inline/C.pm  view on Meta::CPAN

    print MF <<END;
use ExtUtils::MakeMaker;
my %options = %\{
END

    local $Data::Dumper::Terse = 1;
    local $Data::Dumper::Indent = 1;
    print MF Data::Dumper::Dumper(\ %options);

    print MF <<END;
\};
WriteMakefile(\%options);

 view all matches for this distribution


( run in 2.329 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )