package Makerelease::Step::System; use strict; use Makerelease::Step; our $VERSION = '0.1'; our @ISA=qw(Makerelease::Step::Command); # obsolete but left for backwards compat at the moment; will go away soon. 1;