libwww-perl / URI

The Perl URI module
https://metacpan.org/pod/URI
Other
57 stars 48 forks source link

URI::_punycode - Privatize functions #49

Closed genio closed 1 year ago

genio commented 6 years ago

Update URI::_punycode to make several functions that have never been documented and have always been considered private to actually be private.

This allows us to remove some special casing in the dist.ini conf file, reducing complexity.

karenetheridge commented 6 years ago

let's confirm via grep.cpan.me that this doesn't impact any cpan modules...

oalders commented 5 years ago

@genio were you able to grep CPAN for any issues?

genio commented 5 years ago

I'm not quite sure anymore. I kind of remember spending a few minutes thinking of how to search for any use of these functions using grep.cpan.me, but I didn't come up with anything and moved on.

simbabque commented 1 year ago

@haarg did a grep just now. Nothing uses URI::_punycode as far as we can see. Should be fine to merge.

simbabque commented 1 year ago

Thank you @genio.