gugod / App-perlbrew

Manage perl installations in your $HOME
https://perlbrew.pl
Other
716 stars 215 forks source link

remove Pod::Parser dependency #760

Closed haarg closed 1 year ago

haarg commented 1 year ago

Pod::Parser was only used via Pod::Usage, but it has been ported to only use Pod::Simple. Versions of Pod::Usage prior to 1.69 still had some reliance on Pod::Parser in their tests, so bump the Pod::Usage prereq to the first version that was completely independant.