prinseq-lite todo list
======================

The original command prinseq-graph.pl depends on Statistics::PCA, which is not
available in Debian, so the PCA free version available is in use instead:
prinseq-graph-noPCA.pl.  However the PCA free version lacks three graphs
compared to the original one, so it might be worth pinging the Perl team to
package Statistics::PCA at some point.

Autopkgtest could be improved by comparing the pkgtest_*.png files to the
existing example files.  The comparison is not immediate though, because there
is a slight mismatch in the PNG color support: example_*.png are PNG 8 bit RGBA
image data, while pkgtest_*.png are RGB only, without alpha channel.  The graph
data *.gd however are unreproducible between each run.
