FFI-Platypus-Legacy-Raw

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::Pod::Spelling::CommonMistakes" : "0",
            "Test::Spelling" : "0",
            "Test::Strict" : "0",
            "YAML" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "FFI::Build" : "0.86",
            "FFI::Platypus" : "0.86",
            "Ref::Util" : "0",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "Test2::Tools::FFI" : "0.04",
            "Test2::V0" : "0.000060",
            "perl" : "5.008001"
         }
      }

META.yml  view on Meta::CPAN

dynamic_config: 1
generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: FFI-Platypus-Legacy-Raw
requires:
  FFI::Build: '0.86'
  FFI::Platypus: '0.86'
  Ref::Util: '0'
  perl: '5.008001'
resources:
  IRC: irc://irc.perl.org/#native
  bugtracker: https://github.com/Perl5-FFI/FFI-Platypus-Legacy-Raw/issues
  homepage: https://metacpan.org/pod/FFI::Platypus::Legacy::Raw
  repository: git://github.com/Perl5-FFI/FFI-Platypus-Legacy-Raw.git
version: '0.06'
x_contributors:
  - 'Alessandro Ghedini (ghedo, ALEXBIO)'
  - 'Graham Ollis <plicease@cpan.org>'

Makefile.PL  view on Meta::CPAN

    "lib/FFI/Platypus/Lang/Raw.pm"            => "\$(INST_LIB)/FFI/Platypus/Lang/Raw.pm",
    "lib/FFI/Platypus/Legacy/Raw.pm"          => "\$(INST_LIB)/FFI/Platypus/Legacy/Raw.pm",
    "lib/FFI/Platypus/Legacy/Raw/Callback.pm" => "\$(INST_LIB)/FFI/Platypus/Legacy/Raw/Callback.pm",
    "lib/FFI/Platypus/Legacy/Raw/MemPtr.pm"   => "\$(INST_LIB)/FFI/Platypus/Legacy/Raw/MemPtr.pm",
    "lib/FFI/Platypus/Legacy/Raw/Platypus.pm" => "\$(INST_LIB)/FFI/Platypus/Legacy/Raw/Platypus.pm",
    "lib/FFI/Platypus/Legacy/Raw/Ptr.pm"      => "\$(INST_LIB)/FFI/Platypus/Legacy/Raw/Ptr.pm"
  },
  "PREREQ_PM" => {
    "FFI::Build"    => "0.86",
    "FFI::Platypus" => "0.86",
    "Ref::Util"     => 0
  },
  "TEST_REQUIRES" => {
    "Test2::Tools::FFI" => "0.04",
    "Test2::V0"         => "0.000060"
  },
  "VERSION" => "0.06",
  "test"    => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "FFI::Build"        => "0.86",
  "FFI::Platypus"     => "0.86",
  "Ref::Util"         => 0,
  "Test2::Tools::FFI" => "0.04",
  "Test2::V0"         => "0.000060"
);

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

# END code inserted by Dist::Zilla::Plugin::FFI::Build

lib/FFI/Platypus/Legacy/Raw/Platypus.pm  view on Meta::CPAN

package FFI::Platypus::Legacy::Raw::Platypus;

use strict;
use warnings;
use Ref::Util qw( is_ref );
use FFI::Platypus;
use base qw( Exporter );

# ABSTRACT: Private class for FFI::Platypus::Legacy::Raw
our $VERSION = '0.06'; # VERSION

our @EXPORT = qw( _ffi _ffi_libc _ffi_package );

sub _add_p_type
{

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


my %modules;
my $post_diag;

$modules{$_} = $_ for qw(
  Alien::libt2t
  ExtUtils::MakeMaker
  FFI::Build
  FFI::Build::MM
  FFI::Platypus
  Ref::Util
  Test2::Tools::FFI
  Test2::V0
);



my @modules = sort keys %modules;

sub spacer ()
{



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