From 6e6358c8fab5b1ad912d0a7c5f329db10c5b9ffb Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 19 Oct 2011 23:42:55 -0700 Subject: [PATCH] Remove untrue comment from t/op/ref.t This has been untrue since it was added in commit 6e592b3a. --- t/op/ref.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/op/ref.t b/t/op/ref.t index 74860e0..36371f7 100644 --- a/t/op/ref.t +++ b/t/op/ref.t @@ -174,7 +174,6 @@ my $x; # tied lvalue => SCALAR, as we haven't tested tie yet # BIND, 'cos we can't create them yet # REGEXP, 'cos that requires overload or Scalar::Util -# LVALUE ref, 'cos I can't work out how to create one :) for ( [ 'undef', SCALAR => \undef ], -- 1.8.3.1