Mattia Barbon > ExtUtils-FakeConfig > Config_m

Download:
ExtUtils-FakeConfig-0.12.zip

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

Config_m - compile ActivePerl mdoules with MinGW

SYNOPSIS ^

  perl -MConfig_m Makefile.PL
  dmake
  dmake test
  dmake install

with CPAN.pm/CPANPLUS.pm

  # put MinGW bin directory in the path
  set PERL5OPT=-MConfig_m
  cpanp

DESCRIPTION ^

This module is only useful at Makefile.PL invocation time. It modifies some %Config values allowing compilation of Perl XS modules with MinGW GCC.

REQUIREMENTS ^

AUTHOR ^

Mattia Barbon <mbarbon@cpan.org>