Browser::Open

This is a humble Perl 6 port of Perl's
Browser::Open.
Installation
To install it using zef, the Perl 6 module manager :
$ zef install Browser::Open
Synopsis
use Browser::Open;
my $ok = open-browser($url);
Description
This module allow you to open URLs in a browser. A set of known browser commands
per OS-name is tested for presence, and the first one found is executed. With an
optional parameter, all known commands are checked.
Testing
To run tests:
$ prove -e "perl6 -Ilib"
Author
Ahmad M. Zawawi, azawawi on #perl6, https://github.com/azawawi/
Original Perl 5 Author: Pedro Melo <melo at cpan.org>
License
MIT License