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


Plagger documentation Contained in the Plagger distribution.

Index


Code Index:

NAME

Top

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

SYNOPSIS

Top

  - module: Notify::Eject

DESCRIPTION

Top

AUTHOR

Top

Kazuhiro Osawa, Masafumi Otsune

SEE ALSO

Top

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


Plagger documentation Contained in the Plagger distribution.

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

use strict;

sub eject { system '/usr/sbin/cdcontrol eject' }

1;

__END__