We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8752ce4 commit cc908f9Copy full SHA for cc908f9
CHANGES
@@ -1,3 +1,4 @@
1
+2.34 2024-11-25
2
- minimum Perl 5.10.1
3
- add PGPLOT::set_debugging
4
- move PDL::Graphics::State to this distro
lib/PGPLOT.pm
@@ -5,7 +5,7 @@ use warnings;
5
use Exporter;
6
use DynaLoader;
7
8
-our $VERSION="2.33";
+our $VERSION="2.34";
9
10
our @ISA = qw(Exporter DynaLoader);
11
our @EXPORT = qw( pgarro pgask pgaxis pgband pgbbuf pgbeg pgbegin pgbin pgbox
0 commit comments