From 03dcbf21884be0f98bc3dc2bfdd8aaaf356ee862 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 28 Oct 2011 22:10:58 -0700 Subject: [PATCH] =?utf8?q?Move=20the=20do()=20test=20in=20Deparse=E2=80=99?= =?utf8?q?s=20core.t?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It should be in the list of unary, not nullary, functions. I’m surprised the tests passed on non-mad builds. --- dist/B-Deparse/t/core.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/B-Deparse/t/core.t b/dist/B-Deparse/t/core.t index 4128f82..2d5aa32 100644 --- a/dist/B-Deparse/t/core.t +++ b/dist/B-Deparse/t/core.t @@ -17,7 +17,7 @@ use Test::More; my @nary = ( # nullary functions [qw( abs alarm break chr cos chop close chdir chomp chmod chown - chroot caller continue die do dump exp exit exec endgrent + chroot caller continue die dump exp exit exec endgrent endpwent endnetent endhostent endservent endprotoent fork glob getppid getpwent getprotoent gethostent getnetent getservent getgrent getlogin getc gmtime hex int lc log lstat length @@ -27,7 +27,7 @@ my @nary = ( uc utime umask unlink ucfirst wantarray warn wait write )], # unary [qw( abs alarm bless binmode chr cos chop close chdir chomp - chmod chown chroot closedir die dump exp exit exec + chmod chown chroot closedir die do dump exp exit exec each fileno getpgrp getpwnam getpwuid getpeername getprotobyname getprotobynumber gethostbyname getnetbyname getsockname getgrnam getgrgid -- 2.7.4