| Plagger documentation | Contained in the Plagger distribution. |
Plagger::Plugin::Notify::Eject::linux - Notify feed updates to CD Drive for linux
- module: Notify::Eject
Kazuhiro Osawa
| Plagger documentation | Contained in the Plagger distribution. |
package Plagger::Plugin::Notify::Eject::linux; use base qw( Plagger::Plugin::Notify::Eject ); use strict; sub eject { system 'eject' } 1; __END__