NAME
App::PerlWatcher::Openable - The base role to allow item to be openable in system browser
VERSION
version 0.20
SYNOPSIS
Moo::Role->apply_roles_to_object($item, qw/App::PerlWatcher::Openable/);
$item->url('http://google.com');
$item->open_url;
ATTRIBUTES
url
The url like https://duckduckgo.com/?q=perl
METHODS
open_url
Used to open url in system browser
AUTHOR
Ivan Baidakou <dmol@gmx.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Ivan Baidakou.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.