diff --git a/CHANGES b/CHANGES index e96ab0e..94dc8a2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +- Gnuplot 6: handle all Qt warnings + 2.028 2024-09-18 - Gnuplot 6: handle warnings about Qt plugins, fix read_mouse diff --git a/lib/PDL/Graphics/Gnuplot.pm b/lib/PDL/Graphics/Gnuplot.pm index 4ede818..8d6a05d 100644 --- a/lib/PDL/Graphics/Gnuplot.pm +++ b/lib/PDL/Graphics/Gnuplot.pm @@ -7470,7 +7470,7 @@ sub _printGnuplotPipe # are explicitly stripped out our $cp_serial = 0; -my $qt_re = qr/^qt.qpa.plugin: Could not find the Qt platform plugin.*/m; +my $qt_re = qr/^qt\..*/m; sub _checkpoint { my $this = shift; my $suffix = shift || "main";