Re: [PATCH] module2path/module2url pod

2004-12-09 Thread Christopher H. Laco
Stas Bekman wrote: Christopher H. Laco wrote: Shouldn't that be: Index: TestRequest.pm - $url = Apache::TestRequest::module2url($module, %options); + $url = Apache::TestRequest::module2url($module, \%options); Thanks Chris, fixed. Any other grunt work can work on? if you didn't get tired from

[PATCH] module2path/module2url pod

2004-12-08 Thread Christopher H. Laco
Here's my first crack at pod for module2path and module2url. I decided to put it at the end of the FUNCTONS head1. It didn't seem to make much sense at the beginning and it felt like I should keep focus on the exported functions. Let me know if you had something else in mind and I'll rework it.

Re: [PATCH] module2path/module2url pod

2004-12-08 Thread Stas Bekman
Christopher H. Laco wrote: Here's my first crack at pod for module2path and module2url. I decided to put it at the end of the FUNCTONS head1. It didn't seem to make much sense at the beginning and it felt like I should keep focus on the exported functions. There is already one head1 FUNCTIONS

Re: [PATCH] module2path/module2url pod

2004-12-08 Thread Christopher H. Laco
Stas Bekman wrote: Christopher H. Laco wrote: Here's my first crack at pod for module2path and module2url. I decided to put it at the end of the FUNCTONS head1. It didn't seem to make much sense at the beginning and it felt like I should keep focus on the exported functions. There is already

Re: [PATCH] module2path/module2url pod

2004-12-08 Thread Stas Bekman
Christopher H. Laco wrote: Shouldn't that be: Index: TestRequest.pm - $url = Apache::TestRequest::module2url($module, %options); + $url = Apache::TestRequest::module2url($module, \%options); Thanks Chris, fixed. Any other grunt work can work on? if you didn't get tired from module2url