Result:
found 3 distributions and 7 files matching your query ! ( run in 0.669 )


ExtUtils-ParseXS

 view release on metacpan or  search on metacpan

lib/ExtUtils/Typemaps/Cmd.pm  view on Meta::CPAN

use ExtUtils::Typemaps;

require Exporter;

our @ISA = qw(Exporter);
our @EXPORT = qw(embeddable_typemap);
our %EXPORT_TAGS = (all => \@EXPORT);

sub embeddable_typemap {
  my @tms = @_;

  # Get typemap objects
  my @tm_objs = map [$_, _intuit_typemap_source($_)], @tms;

 view all matches for this distribution


ExtUtils-Typemaps-Excommunicated

 view release on metacpan or  search on metacpan

lib/ExtUtils/Typemaps/Excommunicated.pm  view on Meta::CPAN

To use one or more of the typemaps from this module in a CPAN
distribution, add a built-time dependency on this module, and
include the following line in your XS code:

  INCLUDE_COMMAND: $^X -MExtUtils::Typemaps::Cmd \
                   -e "print embeddable_typemap(q{Excommunicated})"

=head1 DESCRIPTION

C<ExtUtils::Typemaps::Excommunicated> is an C<ExtUtils::Typemaps>
subclass that provides typemaps that have been booted from the perl

 view all matches for this distribution


perl

 view release on metacpan or  search on metacpan

dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm  view on Meta::CPAN

use ExtUtils::Typemaps;

require Exporter;

our @ISA = qw(Exporter);
our @EXPORT = qw(embeddable_typemap);
our %EXPORT_TAGS = (all => \@EXPORT);

sub embeddable_typemap {
  my @tms = @_;

  # Get typemap objects
  my @tm_objs = map [$_, _intuit_typemap_source($_)], @tms;

 view all matches for this distribution


( run in 0.669 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )