Max R. Carrara
Max R. Carrara
@frittentheke @tchaikov Thanks for the reviews, much appreciated! I left some more comments inline. What's now obvious to me is that the original loop can just stay - the `find`+`xargs`...
Updated the PR. See the commit message for details. Basically did as I described, but also quoted variables where they're interpolated. Also added curly braces there. I highly doubt that...
Oh, one thing I appear to have missed is including `=item`s when looking up a symbol's name -- it seems that some docs out there in the wild group and...
Thank you for the feedback! Regarding fault-tolerance: Interesting, I didn't know POD was interpreted so "liberally" across the ecosystem (but alas, I should've figured, it's Perl after all). I'll definitely...
Alright, I managed to churn through all this today, which was quicker than I expected. All new commits address the points I listed above; I tried to be as granular...
Hmm, on second thought, I might revisit the symbol lookup behaviour regarding `=item` paragraphs... There do seem to be some packages that document their subroutines like this: ```perl =over =item...
Hello! Happy new year! It's been a little while, but I've now fixed the `=item` handling in a separate commit. I've also updated some very tiny spelling issues and comments...
Hi @bscan, thanks for the detailed response! To keep things short, I agree with all your points here and see if I can address them soon, especially the error handling...
Hello! Was quicker than I thought. The commit messages should speak for themselves, but in summary, I addressed all of your points. Regarding docstrings not popping up for e.g. `File::Basename`...
Oh yeah sure! I'll see to it once I have the time. Doesn't look too complicated at first glance.