package Mnet::Opts::Set::Silent; =head1 NAME Mnet::Opts::Set::Silent - Use this module to enable --silent option =head1 SYNOPSIS use Mnet::Opts::Set::Silent; =head1 DESCROPTION This module can be used as a pragma to enable the L --silent option. Note that the --quiet and --silent options override this pragma. =cut # required modules use warnings; use strict; use Mnet; =head1 SEE ALSO L L L L L =cut # normal end of package 1;