-
Notifications
You must be signed in to change notification settings - Fork 5
More methods in Nginx.pm #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Thanks! log_dir is optional, so _build_pid_file should see if there is a log_dir, call super otherwise Otherwise, it looks good. If you add some tests I'd be happy to integrate it! Jon On Aug 15, 2012, at 5:57 AM, Wes Sheldahl wrote:
|
Thanks, Jon. I'll make that change and try to add some tests. This is my first time working with dzil; to get it to build, I had to ; [PkgVersionIfModuleWithPod] Is that something you have locally, or is it supplied as part of something Wes On Thu, Aug 16, 2012 at 8:15 AM, Jonathan Swartz
Wes Sheldahl |
Yeah, this is something I have locally, I have to put it on cpan... On Aug 16, 2012, at 5:35 AM, Wes Sheldahl wrote:
|
This is available now… https://metacpan.org/module/Dist::Zilla::Plugin::PkgVersionIfModuleWithPod On Aug 16, 2012, at 5:35 AM, Wes Sheldahl wrote:
|
Basically I tried to copy as much of the Apache.pm functionality into Nginx.pm as I could figure out. Not really well tested yet, so there are probably some lurking bugs, but I wanted to go ahead and get this to you now to look at. Thanks again.