The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AutoCons::Lang::Perl - Perl-specific targets.

SYNOPSIS

use AutoCons::Lang::Perl;

DESCRIPTION

AutoCons is a cons Construct generator similar to ExtUtils::MakeMaker or Gnu Autoconf, except that cons is far more portable than make. For the developer, this means that your program will build on any system that cons will. For a user, this means that you don't need a "make" program to build your program.

This module contains Perl-specific code for AutoCons.

FUNCTIONS

* PerlArgs

Process Perl-specific WriteCS arguments. All arguments can be passed to WriteCS. PerlArgs( PreReqs => [ # Optional. <MOD>, ... ], );

* PerlVars()

Add Perl-specific variables.

 PerlVars( )

* XSTargs()

Add targets for PerlXS (Perl bindings to C). XSTargs( )

* PLibTargs()

Add perl module targets to Conscript. PLibTargs( );

* PScriptTargs()

Add perl script targets to Conscript. ScriptTargs( );