apt-get install libtest-exception-perl libfile-find-rule-perl libcarp-clan-perl
apt-get install libjson-xs-perl libclass-accessor-perl libwww-perl
cpan -i dbedia::Debian
mkdir
apt-pm update
# try:
# apt-pm find Test::More
# will output:
# libtest-simple-perl/0.62-1:
# libtest-simple-perl/0.88+dfsg-1:
# libtest-simple-perl/0.90-1:
# perl-modules/5.10.0-24:
# libtest-simple-perl/0.80-1:
cd
wget http://cpansearch.perl.org/src/JKUTEJ/dbedia-Debian-0.02/examples/CPAN.pm.patch
patch -p1 < CPAN.pm.patch
So what? With this patch CPAN shell will install Debian package of module prerequisity if available taking in account also required version. Then it is possible to do `cpan -i Xacobeo` and most of the dependecies (all except Gtk2::SourceView, that is not packaged) will be installed directly from Debian packages.
`apt-pm` has all the Debian
This is awesome (Score:1)
Is there any way to convert this to a full plugin?
CPAN::Debian?
Adam K
Re: (Score:1)