There was an error while loading. Please reload this page.
1 parent 394ff19 commit b8250c5Copy full SHA for b8250c5
Changes
@@ -1,4 +1,6 @@
1
{{$NEXT}}
2
+
3
+0.5.23 2025-07-27T10:47:58+12:00
4
- Fix PDF::Mask /SMask coercement; failing test in
5
t/pdf-resources.t
6
- Fix PDF::Field /V and /DV definitions.
META6.json
@@ -163,5 +163,5 @@
163
],
164
"test-depends": [
165
166
- "version": "0.5.22"
+ "version": "0.5.23"
167
}
lib/PDF/Class.rakumod
@@ -1,7 +1,7 @@
use v6;
#| PDF entry-point. either a trailer dict or an XRef stream
-unit class PDF::Class:ver<0.5.22>;
+unit class PDF::Class:ver<0.5.23>;
use PDF;
7
also is PDF;
0 commit comments