Michael G Schwern wrote:
I'm looking at the $item arrayref in real_install() and trying to
figure out what each element represents. I've noticed something
interesting. $item->[1] ($pkgobj from Fink::Package->package_by_name) is
never used.
I've replaced all the $item->[#] calls with constants.
Am Freitag, 31.10.03 um 06:01 Uhr schrieb Michael G Schwern:
I'm looking at the $item arrayref in real_install() and trying to
figure out what each element represents. I've noticed something
interesting. $item->[1] ($pkgobj from Fink::Package->package_by_name)
is
never used.
Strange
I've repl
I'm looking at the $item arrayref in real_install() and trying to
figure out what each element represents. I've noticed something
interesting. $item->[1] ($pkgobj from Fink::Package->package_by_name) is
never used.
I've replaced all the $item->[#] calls with constants. At the moment the
names