sergot / http-useragent

Web user agent class for Perl 6.
MIT License
36 stars 39 forks source link

Applied suggestions from #230 #231

Closed pheix closed 4 years ago

pheix commented 4 years ago

Unless you want to pass the specific UA then you could use firefox_linux and it will look up something appropriate in the get-ua routine.

Test ./t/150-issue-64.t is updated with @jonathanstowe suggestions from #230.

jonathanstowe commented 4 years ago

Thanks!