]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - samples/cx.pl
Move misc XS tests to t/15-misc-xs.t, including scalops tests. Simplify pp_rv2av
[perl/modules/Sub-Nary.git] / samples / cx.pl
index 0b51a13399eb7c51e3ae63e22693cdf34d2fd44c..fec95776d182467e8d12892d6db5414f58ad0747 100755 (executable)
@@ -42,7 +42,7 @@ sub wut2 {
  } elsif ($y) {
   sub { qr/wat/ }, %h;
  } elsif (@z) {
-  return [ ] 
+  return [ ];
  }
 }