Alien-LibYAML

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

v0.1.7    2015-04-22 11:42:20-04:00 America/New_York
    - require Alien::Base 0.016 (needed for alien_stage_install)

v0.1.6    2015-04-22 07:36:15-04:00 America/New_York
    - use alien_stage_install

v0.1.5    2015-02-18 17:00:47-05:00 America/New_York
    - require Alien::Base 0.010
    - documentation improvements

v0.1.4    2014-10-24 10:06:13-04:00 America/New_York
    - command `make install' needs to be an install command of course,
      not a build command.
    - disable compiler check from Alien::Base which is pretty unreliable

v0.1.3    2014-10-14 08:17:26-04:00 America/New_York
    - Use Alien::patch for systems that don't provide patch

v0.1.2    2014-10-09 05:22:06-04:00 America/New_York
    - Fixed regression on some non-windows platforms where patch
      does not support --binary option

META.json  view on Meta::CPAN

            "Test::Pod::Coverage" : "0",
            "Test::Pod::Spelling::CommonMistakes" : "0",
            "Test::Spelling" : "0",
            "Test::Strict" : "0",
            "YAML" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "1.69",
            "FFI::CheckLib" : "0.24",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "Test2::V0" : "0.000060",
            "Test::Alien" : "0",
            "perl" : "5.008001"
         }
      }

META.yml  view on Meta::CPAN

  perl: '5.008001'
dynamic_config: 1
generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
license: mit
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Alien-LibYAML
requires:
  Alien::Base: '1.69'
  FFI::CheckLib: '0.24'
  perl: '5.008001'
resources:
  IRC: irc://irc.perl.org/#native
  bugtracker: https://github.com/Perl5-Alien/Alien-LibYAML/issues
  homepage: https://metacpan.org/pod/Alien::LibYAML
  repository: git://github.com/Perl5-Alien/Alien-LibYAML.git
version: '2.05'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.26'
  requires:

Makefile.PL  view on Meta::CPAN

  },
  "DISTNAME"         => "Alien-LibYAML",
  "LICENSE"          => "mit",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME"             => "Alien::LibYAML",
  "PM"               => {
    "lib/Alien/LibYAML.pm" => "\$(INST_LIB)/Alien/LibYAML.pm"
  },
  "PREREQ_PM" => {
    "Alien::Base"   => "1.69",
    "FFI::CheckLib" => "0.24"
  },
  "TEST_REQUIRES" => {
    "Test2::V0"   => "0.000060",
    "Test::Alien" => 0
  },
  "VERSION" => "2.05",
  "test"    => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Alien::Base"         => "1.69",
  "Alien::Build"        => "0.40",
  "Alien::Build::MM"    => "0.40",
  "ExtUtils::MakeMaker" => "6.52",
  "FFI::CheckLib"       => "0.24",
  "Test2::V0"           => "0.000060",
  "Test::Alien"         => 0
);

# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);

# END code inserted by Dist::Zilla::Plugin::AlienBuild

dist.ini  view on Meta::CPAN

[RemovePrereqs]
remove = strict
remove = warnings
remove = base

[Prereqs / ConfigureRequires]
Alien::Build        = 1.69

[Prereqs]
Alien::Base         = 1.69
FFI::CheckLib       = 0.24

[Author::Plicease::Upload]
cpan = 1

[Author::Plicease::Thanks]
current  = Graham Ollis <plicease@cpan.org>
original = Richard Simões (RSIMOES)



( run in 1.356 second using v1.01-cache-2.11-cpan-7add2cbd662 )