NAME
MToken::MM - MakeMaker helper's functions
VIRSION
Version 1.01
SYNOPSIS
use MToken::MM;
my $mm = new MToken::MM;
my $data = $mm->proc();
DESCRIPTION
MakeMaker helper's functions
METHODS
- new
-
my $mm = new MToken::MM;
Create MakeMaker's object
- proc
-
my $data = $mm->proc();
Start processing
- macro
-
my $macro = $mm->macro();
Returns macroses hash: { NAME => "VALUE", ... }
- sec_*
-
Direct call is not provided.
Each function returns the corresponding Makefile section
HISTORY
See Changes
file
DEPENDENCIES
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
AUTHOR
Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE
file and https://dev.perl.org/licenses/