root/trunk/plagger/lib/Plagger/Plugin/Notify/OpenBrowser/mswin32.pm
| Revision 1728 (checked in by miyagawa, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | package Plagger::Plugin::Notify::OpenBrowser::mswin32; |
| 2 | use base qw( Plagger::Plugin::Notify::OpenBrowser ); |
| 3 | |
| 4 | use strict; |
| 5 | |
| 6 | sub open { |
| 7 | my ($self, $link) = @_; |
| 8 | system 'start', $link; |
| 9 | } |
| 10 | |
| 11 | 1; |
Note: See TracBrowser for help on using the browser.
