Hi, For Debian, it's a little more useful if Build.PL can suggest the .deb packages required. I've done a quick search, and the following are the requirements as far as I can tell:
perl Data::Dumper libdata-dumper-simple-perl Locale::Maketext perl-modules Locale::Maketext::Lexicon liblocale-maketext-lexicon-perl MIME::Base64 Digest::MD5 libmd5-perl HTML::Entities DBI libdbi-perl DBD::Pg libdbd-pg-perl Math::BigFloat IO::File Encode Locale::Country Locale::Language Time::Local Cwd Config::Std libconfig-any-perl MIME::Lite libmime-lite-perl HTML::LinkExtor libhtml-linkextractor-perl FileHandle Getopt::Long Test::More Net::TCLink libnet-tclink-perl Parse::RecDescent libparse-recdescent-perl Obviously, versions could be added, but I thought this list could be merged into Build.PL fairly easily, or used as: apt-get install libdata-dumper-simple-perl perl-modules \ liblocale-maketext-lexicon-perl libmd5-perl libdbi-perl libdbd-pg-perl \ libconfig-any-perl libmime-lite-perl libhtml-linkextractor-perl \ libnet-tclink-perl libparse-recdescent-perl or as echo >> required.deb.txt <<EOF libdata-dumper-simple-perl perl-modules liblocale-maketext-lexicon-perl libmd5-perl libdbi-perl libdbd-pg-perl libconfig-any-perl libmime-lite-perl libhtml-linkextractor-perl libnet-tclink-perl libparse-recdescent-perl EOF apt-get install `cat required.deb.txt` HTH cheers, Rich. -- rich walker | Shadow Robot Company | [EMAIL PROTECTED] technical director 251 Liverpool Road | need a Hand? London N1 1LX | +UK 20 7700 2487 www.shadowrobot.com/hand/overview.shtml ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
