Changes for version 0.216 - 2014-11-18
- fixed test failures in pod.t. thanks Olof Johansson for the patch.
- fixed test failures in simplemake.t with Gnu make 3.82.
- fixed warnings while running the build/test system. thanks Alberto Simões for the report.
Documentation
De-sugar GNU makefiles to its simplest form using the GmakeDB parser
A make utility using Makefile::Parser::GmakeDB, Makefile::AST, and Makefile::AST::Evaluator
Experimental "make" utility based on Makefile::Parser
Modules
AST for (GNU) makefiles
Evaluator and runtime for Makefile::AST instances
A simple parser for Makefiles
GNU makefile parser using GNU make's database dump
Provides
in lib/Makefile/AST/Command.pm
in lib/Makefile/AST/Rule.pm
in lib/Makefile/AST/Rule/Base.pm
in lib/Makefile/AST/Rule/Implicit.pm
in lib/Makefile/AST/StemMatch.pm
in lib/Makefile/AST/Variable.pm
in lib/Makefile/Parser.pm