in reply to ExtUtils::XSpp usage for a novice
ExtUtils::Typemap is a wrapper around ExtUtils::Typemaps which a part of ExtUtils::ParseXS. The name was changed to prevent collisions on case-insensitive systems.
In order to use ExtUtils::Typemap, there are a few non-core dependencies that need to be installed:
Try that, then give it another shot.#!/usr/bin/perl use strict; use warnings; use CPAN; use CPAN::Shell->install(qw( install Spiffy ExtUtils::Typemap ExtUtils::Typemaps::Default));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ExtUtils::XSpp usage for a novice
by Anonymous Monk on Aug 31, 2011 at 06:48 UTC | |
|
Re^2: ExtUtils::XSpp usage for a novice
by Khen1950fx (Canon) on Aug 31, 2011 at 07:20 UTC | |
by Anonymous Monk on Aug 31, 2011 at 08:09 UTC |