diff --git a/README.md b/README.md index 869c125..100e384 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,11 @@ libmail-mbox-messageparser-perl libwww-perl unzip - For PostgreSQL: `libdbd-pg-perl` - For Oauth2: `liblwp-protocol-https-perl libencode-perl libtime-piece-mysql-perl` -## on Fedora (Fedora 23) +## on Fedora (Fedora 40) ``` -sudo dnf install perl-File-MimeInfo perl-Mail-IMAPClient perl-MIME-tools perl-XML-Simple perl-DBI \ +sudo dnf install perl-File-MimeInfo perl-Mail-IMAPClient \ +perl-Mail-Mbox-MessageParser perl-MIME-tools perl-XML-Simple perl-DBI \ perl-Socket6 perl-PerlIO-gzip perl-libwww-perl unzip ``` @@ -263,4 +264,4 @@ Thanks to [all who contributed](https://github.com/userjack6880/Open-Report-Pars # Licenses and Copyrights -Copyright © 2023 John Bradley (userjack6880), Copyright © 2016 TechSneeze.com, Copyright © 2012 John Bieling. Open Report Parser is released under GNU GPLv3. See `LICENSE`. \ No newline at end of file +Copyright © 2023 John Bradley (userjack6880), Copyright © 2016 TechSneeze.com, Copyright © 2012 John Bieling. Open Report Parser is released under GNU GPLv3. See `LICENSE`. diff --git a/report-parser.pl b/report-parser.pl index a6049a3..689d58c 100755 --- a/report-parser.pl +++ b/report-parser.pl @@ -950,7 +950,7 @@ sub getXMLFromZip { } } else { - warn "$scriptname: Could not find an <$filename>! \n"; + warn "$scriptname: No ZIP file name specified! \n"; } return $xml; @@ -1830,4 +1830,4 @@ sub db_column_info { $columns{$column} = $db_info->{$column}{$dbx{column_info_type_col}}; } return %columns; -} \ No newline at end of file +}