Updated plan count missing in the original patch.
my %fooormore = map { $_ => 0 } @fooormore;
# Load and run the tests
-plan tests => 322;
+plan tests => 335;
while (<DATA>) {
SKIP: {
@nums { 1, '', 2, '' }
@nums { 1, '', 12, '' }
! @nums { 11, '', 12, '' }
+
+# UNDEF
+! 3 undef
+! 1 undef
+! [] undef
+! {} undef
+! \%::main undef
+! [1,2] undef
+! %hash undef
+! @nums undef
+! "foo" undef
+! "" undef
+! !1 undef
+! \&foo undef
+! sub { } undef