summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-19 23:42:55 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-20 06:03:53 -0700
commit6e6358c8fab5b1ad912d0a7c5f329db10c5b9ffb (patch)
tree805b2e4e5c5ce76e2d14a8f44788c7dd6e7193ce
parent283e472105d10e0c782e79f336ae07b0e0378a59 (diff)
downloadperl-6e6358c8fab5b1ad912d0a7c5f329db10c5b9ffb.tar.gz
Remove untrue comment from t/op/ref.t
This has been untrue since it was added in commit 6e592b3a.
-rw-r--r--t/op/ref.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/ref.t b/t/op/ref.t
index 74860e0bb9..36371f7b73 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 ],