Subject: | Cache podweaving results? |
Hello, Ricardo
This is something I would like to have. Not sure if I want to have it
because I am using dzil the wrong way. In any case, here is the idea,
and be free to close the issue if it doesn't make sense.
Pod::Weaver takes a lot of time doing his job. Sometimes I just want to
make "dzil build" or "dzil run" and I have to wait for the weaving
process to take place.
I think this could be easily solved creating some kind of database with
the MD5 of each .pm and .pod file that got weaved (or adding this same
MD5 to the top of each weaved file). It might make this task faster.
Or not :)
Cheers
ambs