Alien-Texinfo

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "prereqs" : {
      "build" : {
         "requires" : {
            "Alien::Build::MM" : "0.25"
         }
      },
      "configure" : {
         "requires" : {
            "Alien::Build" : "1.32",
            "Alien::Build::MM" : "0.25",
            "IO::Socket::SSL" : "2.043"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Build" : "0.25",
            "Test2::Suite" : "0.000072"
         }
      }
   },
   "release_status" : "stable",

META.json  view on Meta::CPAN

   "version" : "0.005000",
   "x_alienfile" : {
      "generated_by" : "Alien::Build::MM version 1.32",
      "requires" : {
         "share" : {
            "Alien::gmake" : "0.11",
            "Archive::Tar" : "0",
            "Config" : "0",
            "HTML::LinkExtor" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "IO::Zlib" : "0",
            "Net::SSLeay" : "1.49",
            "Sort::Versions" : "0",
            "URI" : "0",
            "URI::Escape" : "0"
         },
         "system" : {}
      }
   },
   "x_serialization_backend" : "JSON::PP version 2.27300"

META.yml  view on Meta::CPAN

---
abstract: 'Find Or Download/Build/Install libtexinfo In Texinfo'
author:
  - 'Will Braswell <wbraswell@cpan.org>'
build_requires:
  Alien::Build::MM: '0.25'
configure_requires:
  Alien::Build: '1.32'
  Alien::Build::MM: '0.25'
  IO::Socket::SSL: '2.043'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
keywords:
  - alien
  - texinfo
  - makeinfo
  - documentation
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

META.yml  view on Meta::CPAN

version: '0.005000'
x_alienfile:
  generated_by: 'Alien::Build::MM version 1.32'
  requires:
    share:
      Alien::gmake: '0.11'
      Archive::Tar: '0'
      Config: '0'
      HTML::LinkExtor: '0'
      HTTP::Tiny: '0.044'
      IO::Socket::SSL: '1.56'
      IO::Zlib: '0'
      Net::SSLeay: '1.49'
      Sort::Versions: '0'
      URI: '0'
      URI::Escape: '0'
    system: {}
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN


WriteMakefile($abmm->mm_args(
    NAME         => 'Alien::Texinfo',
    DISTNAME     => 'Alien-Texinfo',
    ABSTRACT     => 'Find Or Download/Build/Install libtexinfo In Texinfo',
    VERSION_FROM => 'lib/Alien/Texinfo.pm',
    AUTHOR           => 'Will Braswell <wbraswell@cpan.org>',
    LICENSE          => 'perl_5',

    CONFIGURE_REQUIRES => {
        'IO::Socket::SSL'       => '2.043',
        'Alien::Build'          => '1.32',  # provides Alien::Build::MM
        %{$configure_requires_windows}
    },

    PREREQ_PM => {
        'Test2::Suite'          => '0.000072',  # provides Test2::V0
    },

    META_MERGE => {
        'meta-spec' => {



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