Skip to content

Fixup README issue, format the code#26

Merged
und3f merged 11 commits intomasterfrom
fixup-readme
Feb 11, 2026
Merged

Fixup README issue, format the code#26
und3f merged 11 commits intomasterfrom
fixup-readme

Conversation

@und3f
Copy link
Copy Markdown
Owner

@und3f und3f commented Feb 11, 2026

@Grinnz Please take a look if you have a moment

fix: #25

@und3f und3f self-assigned this Feb 11, 2026
@@ -0,0 +1,17 @@
#!/usr/bin/env perl

use Pod::Select qw(podselect);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider https://metacpan.org/pod/Pod::Simple::JustPod, I don't know of a better commandline tool for this unfortunately

#!/usr/bin/env perl

use Pod::Readme::Brief;
use Pod::Select qw(podselect);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pod::Select not needed in this script

return <<'MAKEFILE';
create_distdir: README

README: scripts/create-readme.pl
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this will be run on make dist, I suggest adding Pod::Readme::Brief to develop requires in META_MERGE (e.g. prereqs => {develop => {requires => {'Pod::Readme::Brief' => 0}}})

@Grinnz
Copy link
Copy Markdown
Contributor

Grinnz commented Feb 11, 2026

Looks reasonable to me!

@und3f
Copy link
Copy Markdown
Owner Author

und3f commented Feb 11, 2026

Looks reasonable to me!

Thank you for the review 🙏

@und3f und3f merged commit 9864ce0 into master Feb 11, 2026
23 checks passed
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.

Replace README.pod with README

2 participants