We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301fb4f commit b611960Copy full SHA for b611960
Changes
@@ -1,4 +1,17 @@
1
2
+5.036001 2022-12-14
3
+
4
+ Stop using cstring to save allCOWPVs
5
+ Shuffle allCOWPVs string
6
+ Add basic hook system
7
8
+5.036000 2022-07-28
9
10
+ Support for Perl 5.36
11
+ Use function signature
12
+ Fix Downgrade issue with PVIVs
13
+ Update fast_perl_destruct: Don't double destroy objects
14
15
5.032002 2020-11-11
16
17
Fix warnings in UNOP_AUX
lib/B/C.pm
@@ -11,7 +11,7 @@
package B::C;
-our $VERSION = '5.036000';
+our $VERSION = '5.036001';
our $caller = caller; # So we know how we were invoked.
0 commit comments