Result:
found 335 distributions and 444 files matching your query !
( run in 1.446 )
match-simple-XS
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
"version" => 0.002,
};
my %dynamic_config;
do {
if ( $] lt '5.010' ) {
$meta->{prereqs}{runtime}{requires}{'MRO::Compat'} = '0';
}
# Probably a lot of the following is cargo cult.
# My XS-fu is not strong.
view all matches for this distribution
parent-versioned
view release on metacpan or search on metacpan
t/parent-pmc.t view on Meta::CPAN
plan skip_all => ".pmc are only available with 5.6 and later" if $] < 5.006;
# Skip this test if perl is compiled with PERL_DISABLE_PMC
#
my $pmc = 1;
if (Config->can('non_bincompat_options')) { # $] ge '5.014'
$pmc = 0
if grep { $_ eq 'PERL_DISABLE_PMC' } Config::non_bincompat_options();
} elsif (eval {
require Config::Perl::V;
Config::Perl::V->VERSION('0.10');
view all matches for this distribution
perl
view release on metacpan or search on metacpan
dist/Attribute-Handlers/lib/Attribute/Handlers.pm view on Meta::CPAN
$AUTOLOAD =~ m/_ATTR_(.*?)_(.*)/ or
croak "Can't locate class method '$AUTOLOAD' via package '$class'";
croak "Attribute handler '$2' doesn't handle $1 attributes";
}
my $builtin = $] ge '5.027000'
? qr/lvalue|method|shared/
: qr/lvalue|method|locked|shared|unique/;
sub _gen_handler_AH_() {
return sub {
view all matches for this distribution
results
view release on metacpan or search on metacpan
lib/results/wrap.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006';
BEGIN {
if ( $] ge '5.034' ) {
require experimental;
'experimental'->import( 'try' );
}
else {
require Syntax::Keyword::Try;
view all matches for this distribution
vsDB
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'vsDB',
'VERSION_FROM' => 'vsDB.pm', # finds $VERSION
($] ge '5.005') ? (
'AUTHOR' => 'Jason Hinkle (jake67890@hotmail.com)',
'ABSTRACT' => 'Simple interface to text-delimited data files',
) : (),
);
view all matches for this distribution( run in 1.446 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )