Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Module::Install::XSUtil 0.42

    Download button

    No screenshots available
    Downloads: 117  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Goro Fuji | More programs
    Perl Artistic License / FREE
    October 20th, 2011, 22:40 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Module::Install::XSUtil description

    Utility functions for XS modules

    Module::Install::XSUtil is a Perl module that provides a set of utilities to setup distributions which include or depend on XS module.

    See XS::MRO::Compat and Method::Cumulative for example.

    SYNOPSIS

     # in Makefile.PL
     use inc::Module::Install;

     # Enables C compiler warnings
     cc_warnings;

     # Uses ppport.h
     # No need to include it. It's created here.
     use_ppport 3.19;


     # Sets C pre-processor macros.
     cc_define q{-DUSE_SOME_FEATURE=42};

     # Sets paths for header files
     cc_include_paths 'include'; # all the header files are in include/

     # Sets paths for source files
     cc_src_paths 'src'; # all the XS and C source files are in src/

     # Installs header files
     install_headers; # all the header files in @cc_include_paths

     # This is a special version of requires().
     # If XS::SomeFeature provides header files,
     # this will add its include paths into INC
     requires_xs 'XS::SomeFeature';



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    XS modules | XS functions | Perl module | Perl | XS | functions

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM