perl6 / perl6-pod-to-bigpage

Artistic License 2.0
2 stars 10 forks source link

Switch to HTTP::UserAgent and fix Perl 6 rename fallout #36

Closed mendel closed 4 years ago

mendel commented 4 years ago

This PR switches from LWP::Simple to HTTP::UserAgent and fixes the P<> test (fallout from Perl 6 to Raku rename).

This should fix #35 and #30.