Changes for version 0.15 - 2007-03-14
- fixed the "too-many-args" issue
- added support for the following GNU make makefile builtin functions:
- word
- wordlist
- words
- firstword
- lastword
- dir
- notdir
- suffix
- basename
- addprefix
- join
- wildcard
- realpath
- abspath
- added _split_args method to do proper function arugment splitting
- refactored the second half of _process_refs out to _solve_refs_in_tokens
- merged the code of _check_func_args into _split_args
- _split_args now splits func arguments lazily
- updated the POD to reflect recent changes
Documentation
Experimental "make" utility based on Makefile::Parser
Modules
A simple parser for Makefiles
Provides
in lib/Makefile/Parser.pm