We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6082c commit d7a9f0eCopy full SHA for d7a9f0e
Changes
@@ -1,3 +1,6 @@
1
+0.842 2026-04-19
2
+- fix PLplot library check problems (#17) - thanks @paultcochrane
3
+
4
0.841 2026-03-22
5
- fix bad use of inplace
6
plplot.pd
@@ -9,7 +9,7 @@ use Carp qw(confess);
9
10
our $VERSION;
11
BEGIN {
12
-$VERSION = '0.841';
+$VERSION = '0.842';
13
};
14
15
=head1 NAME
0 commit comments