This commit is contained in:
Stig Bakken 2002-04-07 13:22:21 +00:00
parent 5179e9d0fa
commit 73f4b5b2fa

View File

@ -108,7 +108,7 @@ class PEAR_Command_Package extends PEAR_Command_Common
$this->config->get('doc_dir'));
$packager->debug = $this->config->get('verbose');
$err = $warn = array();
$packager->validateInfo($pkginfofile, $err, $warn);
$packager->validatePackageInfo($pkginfofile, $err, $warn);
foreach ($err as $e) {
$this->ui->displayLine("Error: $e");
}