Alien-Pluto

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "configure" : {
         "requires" : {
            "Alien::Build" : "1.32",
            "Alien::Build::MM" : "0.25",
            "Alien::Build::Plugin::Build::SearchDep" : "0.53",
            "Alien::Texinfo" : "0.005",
            "Alien::bison" : "0.19",
            "Alien::flex" : "0.12",
            "ExtUtils::CBuilder" : "0",
            "IO::Socket::SSL" : "2.043"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Build" : "0.25",
            "Test2::Suite" : "0.000072"
         }
      }
   },
   "release_status" : "stable",

META.json  view on Meta::CPAN

         "share" : {
            "Alien::Texinfo" : "0.005",
            "Alien::bison" : "0.19",
            "Alien::flex" : "0.12",
            "Alien::gmake" : "0.11",
            "Archive::Tar" : "0",
            "Config" : "0",
            "Env::ShellWords" : "0.01",
            "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

build_requires:
  Alien::Build::MM: '0.25'
configure_requires:
  Alien::Build: '1.32'
  Alien::Build::MM: '0.25'
  Alien::Build::Plugin::Build::SearchDep: '0.53'
  Alien::Texinfo: '0.005'
  Alien::bison: '0.19'
  Alien::flex: '0.12'
  ExtUtils::CBuilder: '0'
  IO::Socket::SSL: '2.043'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
keywords:
  - alien
  - pluto
  - polycc
  - candl
  - cloog
  - orio
  - compiler

META.yml  view on Meta::CPAN

    share:
      Alien::Texinfo: '0.005'
      Alien::bison: '0.19'
      Alien::flex: '0.12'
      Alien::gmake: '0.11'
      Archive::Tar: '0'
      Config: '0'
      Env::ShellWords: '0.01'
      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::Pluto',
    DISTNAME     => 'Alien-Pluto',
    ABSTRACT     => 'Find Or Download/Build/Install libpluto In Pluto',
    VERSION_FROM => 'lib/Alien/Pluto.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
        # DEV NOTE, CORRELATION #ap020: must update Alien::Texinfo & Alien::bison & Alien::flex versions in BOTH alienfile & Makefile.PL
        'Alien::Texinfo'        => '0.005',  # Fix Candl Error, "makeinfo: command not found"
        'Alien::bison'          => '0.19',   # Fix Clan  Error, "configure: error: bison not found"
        'Alien::flex'           => '0.12',   # Fix Clan  Error, "configure: error: flex not found"
        %{$configure_requires_windows}
    },

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



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