Remove untrue comment from t/op/ref.t
authorFather Chrysostomos <sprout@cpan.org>
Thu, 20 Oct 2011 06:42:55 +0000 (23:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 20 Oct 2011 13:03:53 +0000 (06:03 -0700)
This has been untrue since it was added in commit 6e592b3a.

t/op/ref.t

index 74860e0..36371f7 100644 (file)
@@ -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               ],