diff options
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -731,6 +731,7 @@ t/op/arith.t See if arithmetic works t/op/array.t See if array operations work t/op/assignwarn.t See if OP= operators warn correctly for undef targets t/op/auto.t See if autoincrement et all work +t/op/avhv.t See if pseudo-hashes work t/op/bop.t See if bitops work t/op/chop.t See if chop works t/op/closure.t See if closures work diff --git a/patchlevel.h b/patchlevel.h index c5dff601ed..499b311d2f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,5 +1,5 @@ #define PATCHLEVEL 4 -#define SUBVERSION 54 +#define SUBVERSION 55 /* local_patches -- list of locally applied less-than-subversion patches. |