[Debtags-devel] First Preview

Benjamin Mesing bensmail@gmx.net
Thu, 14 Oct 2004 19:51:00 +0200


Hello again,


> > i tried running your app (replacing Heap:: with Heap::Binary, because
> > that one is available as debian package...) but i only run into the
> > following error:
> Ah.., I will switch to this soon, I really prefer to use debian
> packages.
Hm, after having a deeper look into the debian heap module, I decided to
stay with the one I currently use. This is because the debian module is
far to complicated for me. I would have to subclass, implement a compare
and so on. If anyone is willing to do this stuff - do it and send me the
patch, but I won't. The heap is only used to implement ordering the
packages by their significance.

So here is what you have to do to install the module from the CPAN
directories:
	apt-get install libcpanplus-perl
	cpanp i Heap::Priority
(perhaps you have to answer a lot of questions after this, but you need
to do this only once to configure cpanp) 
Actually you don't need libcpanplus-perl for this but could also use
cpan (which is bundled with Perl I think.
For this simply run
	cpan i Heap::Priority


Thanks for you patience.

Greetings Ben