Alien-Adaptagrams
view release on metacpan or search on metacpan
"perl" : "5.006"
}
},
"runtime" : {
"recommends" : {
"Inline" : "0.67",
"Inline::CPP" : "0"
},
"requires" : {
"Alien::Base" : "0.038",
"parent" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Test::Most" : "0",
"Test::Needs" : "0",
"perl" : "5.006"
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Alien-Adaptagrams
recommends:
Inline: '0.67'
Inline::CPP: '0'
requires:
Alien::Base: '0.038'
parent: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
homepage: https://github.com/Intertangle/p5-Alien-Adaptagrams
repository: https://github.com/Intertangle/p5-Alien-Adaptagrams.git
version: '0.001'
x_alienfile:
generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.31'
requires:
Makefile.PL view on Meta::CPAN
"Alien::Build" => "0.32",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52"
},
"DISTNAME" => "Alien-Adaptagrams",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Alien::Adaptagrams",
"PREREQ_PM" => {
"Alien::Base" => "0.038",
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::Most" => 0,
"Test::Needs" => 0
},
"VERSION" => "0.001",
"test" => {
"TESTS" => "t/*.t"
Makefile.PL view on Meta::CPAN
);
my %FallbackPrereqs = (
"Alien::Base" => "0.038",
"Alien::Build" => "0.32",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52",
"Test::Most" => 0,
"Test::Needs" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 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
lib/Alien/Adaptagrams.pm view on Meta::CPAN
package Alien::Adaptagrams;
# ABSTRACT: Alien package for the Adaptagrams adaptive diagram library
$Alien::Adaptagrams::VERSION = '0.001';
use strict;
use warnings;
use parent qw(Alien::Base);
sub pkg_config_path {
my ($class) = @_;
if( $class->install_type eq 'share' ) {
return File::Spec->catfile( File::Spec->rel2abs($class->dist_dir), qw(lib pkgconfig) );
} else {
return ExtUtils::PkgConfig->variable('libcola', 'pcfiledir');
}
}
( run in 1.437 second using v1.01-cache-2.11-cpan-2398b32b56e )