/usr/local/CPAN/Plagger/Plagger/Plugin/Notify/OpenBrowser/freebsd.pm


package Plagger::Plugin::Notify::OpenBrowser::freebsd;
use base qw( Plagger::Plugin::Notify::OpenBrowser::linux );
use strict;

1;