--- trunk/bin/install-debian.sh 2009/01/03 22:26:44 912 +++ trunk/bin/install-debian.sh 2009/01/03 22:28:29 913 @@ -1,7 +1,26 @@ #!/bin/sh # Debian packages required by Makefile.PL +# this *will* require packages from Debian sid -sudo apt-get install libdatetime-format-natural-perl +sudo apt-get install \ + build-essential \ + libmodule-install-perl \ + libmoose-perl libdata-dump-perl \ + libdatetime-format-natural-perl \ + libcairo-perl libfont-freetype-perl \ + libdata-page-perl libdata-uuid-perl libyaml-perl libfile-slurp-perl \ + libhash-merge-perl libclone-perl \ + libhtml-tree-perl libppi-perl libppi-html-perl \ + libdbm-deep-perl libtest-www-mechanize-perl \ + libtest-www-mechanize-perl libhtml-lint-perl \ + libxml-simple-perl libdbd-anydata-perl \ + libtest-pod-perl libhtml-template-pro-perl \ + libuniversal-isa-perl libuniversal-can-perl \ + liblog-log4perl-perl libxml-libxml-perl \ + libxml-xpath-perl libdigest-sha1-perl \ + liblwp-authen-wsse-perl libxml-atom-perl \ + libimager-perl \ -sudo apt-get install libcairo-perl libfont-freetype-perl + +test -f Makefile && make || perl Makefile.PL