[Catalyst] Adding build scripts to Makefile.PL

Bill Moseley moseley at hank.org
Tue May 11 01:15:03 GMT 2010


I have a number of scrips that need to be run when building an application.
 For example, I have a script that minifies javascript and css.  In many
cases it's a real Makefile dependency -- need to run a command to turn one
file into another -- but in some cases don't know the sources of the targets
(i.e. a script just finds all .css files and minifies them) so might just
want to run a command every time "make" is run.

Anyone have examples of how to set this up in Makefile.PL (which uses
Module::Install)?

Thanks,


-- =

Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20100510/3dea0=
ad3/attachment.htm


More information about the Catalyst mailing list