Weblog entry #4 for ajt
I've tried running with locally installed Perls in the past but not with a lot of luck - odd things kept happening. I really need to try it again...
Comments on this Entry
Ta, I'll have a look at that - useful tip.
--
"It's Not Magic, It's Work"
Adam
[ Parent | Reply to this comment ]
sudo apt-get install dh-make-perl
dh-make-perl --cpan Test::XML --build
sudo dpkg -i libtest-xml-perl*.deb
[ Parent | Reply to this comment ]
That's what I tried to start with, but for some reason it refused to work, no matter what I tried. I then tried a plain CPAN process which worked perfectly, so I'm not sure why dh-make-perl was having a problem.
--
"It's Not Magic, It's Work"
Adam
[ Parent | Reply to this comment ]
If you want to interact nicer with the system perl, take a look at CPANPLUS::Dist::Deb to be able to get uptodate modules in debian format.
--Kane
[ Parent | Reply to this comment ]