These two modules both had the same `new' as `unsupported'. Now that
we have `use parent' they can be removed.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
our $tty;
-sub new {
- my ($class, $ho) = @_;
- return bless { Host => $ho }, $class;
-}
-
sub pdu_power_state {
my ($mo, $on) = @_;
my $onoff= $on ? "on" : "off";
use parent qw(Osstest::PDU::unsupported);
-sub new {
- my ($class, $ho) = @_;
- return bless { Host => $ho }, $class;
-}
-
sub pdu_power_state {
my ($mo, $on) = @_;
my $onoff= $on ? "on" : "off";