From 30b069f266a6ab59bd8a43f60a19cc4960299735 Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Wed, 1 Feb 2017 15:11:58 +0100 Subject: [PATCH] =?utf8?q?InstallationCheck:=20File::MimeInfo::Magic=20erg?= =?utf8?q?=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ebenso in Doku --- SL/InstallationCheck.pm | 1 + doc/UPGRADE | 3 ++- doc/dokumentation.xml | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 2ce625714..e3981d00b 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -33,6 +33,7 @@ BEGIN { { name => "MIME::Parser", url => "http://search.cpan.org/~dskoll/", debian => '' }, { name => "FCGI", version => '0.72', url => "http://search.cpan.org/~mstrout/", debian => 'libfcgi-perl' }, { name => "File::Copy::Recursive", url => "http://search.cpan.org/~dmuey/", debian => 'libfile-copy-recursive-perl' }, + { name => "File::MimeInfo::Magic", url => "http://search.cpan.org/~michielb/", debian => 'libfile-mimeinfo-perl' }, { name => "GD", url => "http://search.cpan.org/~lds/", debian => 'libgd-gd2-perl', }, { name => 'HTML::Parser', url => 'http://search.cpan.org/~gaas/', debian => 'libhtml-parser-perl', }, { name => 'HTML::Restrict', url => 'http://search.cpan.org/~oalders/', }, diff --git a/doc/UPGRADE b/doc/UPGRADE index c8d94c8e2..f57efa686 100644 --- a/doc/UPGRADE +++ b/doc/UPGRADE @@ -11,7 +11,8 @@ Upgrade auf v3.4.x Unstable auch andere Emails(.eml) versendet werden. * Die Tabelle "files" ist hinzugekommen. Diese wird von der Dateiverwaltung - verwendet. + verwendet. Zum Erkennen der Dateiinhalte wird das Paket File::MimeInfo::Magic + benötigt. * Die PDF-Generierung ist erweitert. Beim Massendruck können auch Leerseiten eingebaut werden, z.B. falls zweiseitg ausgedruckt wird. Statt die Anzahl diff --git a/doc/dokumentation.xml b/doc/dokumentation.xml index 5b311bc87..141cb1918 100644 --- a/doc/dokumentation.xml +++ b/doc/dokumentation.xml @@ -222,6 +222,10 @@ File::Copy::Recursive + + File::MimeInfo::Magic + + GD -- 2.20.1