[Module-build-general] [PATCH] make doesn't create man pages
Status: Beta
Brought to you by:
kwilliams
|
From: Steve P. <sp...@qu...> - 2003-08-08 15:02:18
|
On Monday, August 4, 2003, at 12:47 am, Ken Williams wrote:
> On Saturday, August 2, 2003, at 08:26 PM, Ken Williams wrote:
>
>> On Friday, August 1, 2003, at 06:42 PM, Steve Purkis wrote:
>>
>>> Hmm... that sounds like a good idea. Maybe store everything in
>>> $self->{_completed_actions} or something. Can't promise anything,
>>> but I'll have a look into it in my copious amounts of free time next
>>> week.
>>
>> It shouldn't be too hard for me to patch it up myself, actually.
>> I'll let you know.
>
> I put this patch in yesterday, along with a new test to make sure it's
> working.
Looks good, though doing this:
+ local $self->{_completed_actions} = {};
in dispatch() means that subsequent calls to dispatch() will lose
context of completed actions... don't know if that matters with
_call_action() available though.
Anyways - here's a patch to fix the docs/build dependency bug, and make
M::B create man pages at 'build' time.
-Steve
|