Skip to content
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

Fix Issue #113: Fix die issue when updating docs #115

Merged
merged 1 commit into from
Mar 11, 2013
Merged

Fix Issue #113: Fix die issue when updating docs #115

merged 1 commit into from
Mar 11, 2013

Conversation

mstovenour
Copy link
Collaborator

Original code would create fake .pm entries in %libfiles while checking if .pm or .pl file exists. This combined with a "or Die()" line in the next section of code caused the update to abort after processing one new .pl file. Subsequent calls would again process one .pl file until eventually (if called every day) finishing all the .pl files. Also fixed ambiguous use of --htmldir and --htmlroot; man page says only one should be specified.

Original code would create fake .pm entries in %libfiles while checking if .pm or .pl file exists.  This combined with a "or Die()" line in the next section of code caused the update to abort after processing one new .pl file.  Subsequent calls would again process one .pl file until eventually (if called every day) finishing all the .pl files. Also fixed ambiguous use of --htmldir and --htmlroot; man page says only one should be specified.
mstovenour added a commit that referenced this pull request Mar 11, 2013
Fix Issue #113: Fix die issue when updating docs
@mstovenour mstovenour merged commit 8841439 into hollie:master Mar 11, 2013
@mstovenour mstovenour deleted the fix_issue_113 branch March 11, 2013 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant