rpms can be built now.

Call init first because it may set up variables that are used by scan.
This commit is contained in:
joey
2000-04-21 08:48:01 +00:00
parent 7c75ce6ee4
commit 9779b8db62

View File

@@ -141,8 +141,8 @@ sub new {
my $proto = shift;
my $class = ref($proto) || $proto;
my $this=bless ({}, $class);
$this->$_(shift) while $_=shift; # run named parameters as methods
$this->init;
$this->$_(shift) while $_=shift; # run named parameters as methods
return $this;
}