Sodium-FFI

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Alien::Base::Wrapper" : "0",
            "Alien::Sodium" : "2.000",
            "Carp" : "0",
            "Cwd" : "0",
            "Exporter" : "5.57",
            "FFI::Platypus" : "1.00",
            "File::Basename" : "0",
            "File::ShareDir" : "0",
            "File::Spec" : "0",
            "Path::Tiny" : "0",
            "Ref::Util" : "0",
            "Sub::Util" : "0",
            "feature" : "0",
            "perl" : "5.008",
            "strict" : "0",
            "utf8" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {

META.yml  view on Meta::CPAN

  Alien::Base::Wrapper: '0'
  Alien::Sodium: '2.000'
  Carp: '0'
  Cwd: '0'
  Exporter: '5.57'
  FFI::Platypus: '1.00'
  File::Basename: '0'
  File::ShareDir: '0'
  File::Spec: '0'
  Path::Tiny: '0'
  Ref::Util: '0'
  Sub::Util: '0'
  feature: '0'
  perl: '5.008'
  strict: '0'
  utf8: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/genio/sodium-ffi/issues
  homepage: https://github.com/genio/sodium-ffi
  repository: https://github.com/genio/sodium-ffi.git

Makefile.PL  view on Meta::CPAN

    "Alien::Base::Wrapper" => 0,
    "Alien::Sodium" => "2.000",
    "Carp" => 0,
    "Cwd" => 0,
    "Exporter" => "5.57",
    "FFI::Platypus" => "1.00",
    "File::Basename" => 0,
    "File::ShareDir" => 0,
    "File::Spec" => 0,
    "Path::Tiny" => 0,
    "Ref::Util" => 0,
    "Sub::Util" => 0,
    "feature" => 0,
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.88"

Makefile.PL  view on Meta::CPAN

  "Alien::Sodium" => "2.000",
  "Carp" => 0,
  "Cwd" => 0,
  "Exporter" => "5.57",
  "ExtUtils::MakeMaker" => 0,
  "FFI::Platypus" => "1.00",
  "File::Basename" => 0,
  "File::ShareDir" => 0,
  "File::Spec" => 0,
  "Path::Tiny" => 0,
  "Ref::Util" => 0,
  "Sub::Util" => 0,
  "Test::More" => "0.88",
  "feature" => 0,
  "strict" => 0,
  "utf8" => 0,
  "warnings" => 0
);

# BEGIN code inserted by Dist::Zilla::Plugin::FFI::Build
use FFI::Build::MM 0.83;

cpanfile  view on Meta::CPAN

    requires 'Alien::Base::Wrapper';
    requires 'Alien::Sodium' => '2.000';
    requires 'Carp';
    requires 'Cwd';
    requires 'Exporter' => '5.57';
    requires 'FFI::Platypus' => '1.00';
    requires 'File::Basename';
    requires 'File::ShareDir';
    requires 'File::Spec';
    requires 'Path::Tiny';
    requires 'Ref::Util';
    requires 'Sub::Util';
};

on 'test' => sub {
    requires 'Test::More' => '0.88';
};

on 'develop' => sub {
    requires 'Dist::Zilla::Plugin::FFI::Build';
};

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

                                      'Alien::Base::Wrapper' => '0',
                                      'Alien::Sodium' => '2.000',
                                      'Carp' => '0',
                                      'Cwd' => '0',
                                      'Exporter' => '5.57',
                                      'FFI::Platypus' => '1.00',
                                      'File::Basename' => '0',
                                      'File::ShareDir' => '0',
                                      'File::Spec' => '0',
                                      'Path::Tiny' => '0',
                                      'Ref::Util' => '0',
                                      'Sub::Util' => '0',
                                      'feature' => '0',
                                      'perl' => '5.008',
                                      'strict' => '0',
                                      'utf8' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {



( run in 0.272 second using v1.01-cache-2.11-cpan-a5abf4f5562 )