Skip to content

Fix SYNOPSIS examples#10

Merged
plicease merged 1 commit into
uperl:mainfrom
yoshikazusawa:fix-synopsis
Mar 7, 2026
Merged

Fix SYNOPSIS examples#10
plicease merged 1 commit into
uperl:mainfrom
yoshikazusawa:fix-synopsis

Conversation

@yoshikazusawa
Copy link
Copy Markdown
Contributor

In This PR, fix the SYNOPSIS examples to match the actual DSL usage.

url_scheme and url_host are unary helper functions, so they should be called as url_scheme 'http'; and url_host 'example.com';, not with =>.

This updates both the module POD and the README to reflect the implementation and existing tests.

url_scheme and url_host are unary helper functions, so they should be called as url_scheme 'http' and url_host 'example.com', not with =>.

This updates both the module POD and the README to reflect the implementation and existing tests.
@plicease plicease merged commit e712e06 into uperl:main Mar 7, 2026
0 of 21 checks passed
@plicease
Copy link
Copy Markdown
Member

plicease commented Mar 7, 2026

Thanks!

@plicease
Copy link
Copy Markdown
Member

plicease commented Mar 7, 2026

Released to CPAN as version 0.07

@yoshikazusawa
Copy link
Copy Markdown
Contributor Author

Thanks!

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.

2 participants