diff options
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 70f54b57b..8c4bf24db 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -27,7 +27,8 @@ use common qw(:common :functional); 1; -sub new($$) { + +sub new($) { my ($type) = @_; bless {}, ref $type || $type; |