diff options
Diffstat (limited to 'perl-install/install_steps_stdio.pm')
-rw-r--r-- | perl-install/install_steps_stdio.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_stdio.pm b/perl-install/install_steps_stdio.pm index 66b104147..223c2f2b5 100644 --- a/perl-install/install_steps_stdio.pm +++ b/perl-install/install_steps_stdio.pm @@ -14,7 +14,7 @@ use lang; sub new($$) { my ($type, $o) = @_; - (bless {}, ref $type || $type)->SUPER::new($o); + (bless {}, ref($type) || $type)->SUPER::new($o); } sub enteringStep { |