diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-15 15:12:49 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-15 15:12:49 +0100 |
commit | 2e0eeeaafce11cb0128a6d1e245f1a5b806e3a87 (patch) | |
tree | fbd354ebfa17ecaedc3376434fd7054557a7818e /opcode.pl | |
parent | 867fa1e2da145229b4db2c6e8d5b51700c15f114 (diff) | |
download | perl-2e0eeeaafce11cb0128a6d1e245f1a5b806e3a87.tar.gz |
Move the boolkeys op to the group of hash ops.
This breaks binary compatibility.
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -810,6 +810,7 @@ exists exists ck_exists is% S rv2hv hash dereference ck_rvconst dt1 helem hash element ck_null s2 H S hslice hash slice ck_null m@ H L +boolkeys boolkeys ck_fun % H # Explosives and implosives. @@ -1116,5 +1117,3 @@ lock lock ck_rfun s% R once once ck_null | custom unknown custom operator ck_null 0 - -boolkeys boolkeys ck_fun % H |