I was wondering if there is some kind of Perl module/package that allows for simple make-like functionality.
For example, is there something that can wrap a function that receives an input and an output and only perform it if the output doesn't exist or if it's older than the input?
A quick Google search introduced me to this:
http://perldoc.perl.org/ExtUtils/MakeMaker.html
But I am not sure if it's what I need (new to this... not much experience with makefiles either...).
If anyone has a specific direction or opinion, I'd be happy to hear it :)
Thanks!!!