-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fixed pod errors. #112
base: master
Are you sure you want to change the base?
Fixed pod errors. #112
Conversation
lib/App/Dochazka/REST/Guide.pm
Outdated
##=item * Policy (parameters set when database is first created) | ||
## | ||
|
||
=over | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manwar Thanks for contributing. I guess you ran these files through podchecker
? (Good idea!)
In this case, I'd rather have the commented-out =item
be included in the =over . . . =back
block. Instead of moving it up like you did, could you move it down to the end of the list (i.e. between "Components") and =back
)? That should make podchecker happy.
|
||
#=item * C<get_schedule_json> | ||
# | ||
|
||
=over | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same suggestion as above
@@ -492,6 +492,7 @@ Deletes the activity object whose AID is specified by the ':aid' URI parameter. | |||
This will work only if nothing in the database refers to this activity. | |||
|
|||
=back | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The usefulness of running podchecker on ResourceDefs.pm
is debatable, since this file contains incomplete snippets of POD that are concatenated together to make this: https://st.aticpan.org/source/SMITHFARM/App-Dochazka-REST-0.554/lib/App/Dochazka/REST/Docs/Resources.pm
Done as requested :-) |
Hi @smithfarm
Please review the PR.
Many Thanks.
Best Regards,
Mohammad S Anwar