From: Malcolm Beattie Date: Fri, 20 Feb 1998 12:56:10 +0000 (+0000) Subject: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf042ed955280d58d288e6d607f95462cfc5db6c;p=p5sagit%2Fp5-mst-13.2.git Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60. p4raw-id: //depot/perl@559 --- diff --git a/MANIFEST b/MANIFEST index 3287d16..90cb5ba 100644 --- a/MANIFEST +++ b/MANIFEST @@ -824,6 +824,7 @@ t/op/undef.t See if undef works t/op/universal.t See if UNIVERSAL class works t/op/unshift.t See if unshift works t/op/vec.t See if vectors work +t/op/wantarray.t See if wantarray works t/op/write.t See if write works t/pragma/constant.t See if compile-time constants work t/pragma/locale.t See if locale support (i18n and l10n) works diff --git a/patchlevel.h b/patchlevel.h index 9ac7aa2..fceaa3f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,5 +1,5 @@ #define PATCHLEVEL 4 -#define SUBVERSION 59 +#define SUBVERSION 60 /* local_patches -- list of locally applied less-than-subversion patches.