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


Plagger documentation Contained in the Plagger distribution.

Index


Code Index:

NAME

Top

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

SYNOPSIS

Top

  - module: Notify::Eject

DESCRIPTION

Top

AUTHOR

Top

Kazuhiro Osawa, Masahiro Nagano

SEE ALSO

Top

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


Plagger documentation Contained in the Plagger distribution.

package Plagger::Plugin::Notify::Eject::darwin;
use base qw( Plagger::Plugin::Notify::Eject );

use strict;

sub eject { system 'drutil eject' }

1;

__END__