On Feb 21, 2007, at 3:56 PM, Eric Wilhelm wrote:
# from [EMAIL PROTECTED]
# on Wednesday 21 February 2007 12:03 pm:
2) If so, is there a way to automatically include the %licenses
variable in POD documentation?
...
3) If neither one above is any good, is there some way to
auto-generate a LICENSES file to put in the distribution?
I'm all for DRY (SPOT), but I've never really liked the idea of
runtime
fetching values from pod just because pod is static. I really wish
pod
were more dynamic, but alas.
There are a couple other parts of the POD that we generate
dynamically at M::B's 'dist' time, like the list of actions. We
could do something like that for this, too.
-Ken