Plagger::Plugin::Notify::Eject::linux - Notify feed updates to CD Drive for linux


Plagger documentation Contained in the Plagger distribution.

Index


Code Index:

NAME

Top

Plagger::Plugin::Notify::Eject::linux - Notify feed updates to CD Drive for linux

SYNOPSIS

Top

  - module: Notify::Eject

DESCRIPTION

Top

AUTHOR

Top

Kazuhiro Osawa

SEE ALSO

Top

Plagger, Plagger::Plugin::Notify::Eject


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__