This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re-implement OPpASSIGN_COMMON mechanism
[perl5.git] / t / op / attrproto.t
index 8e69e33..464081f 100644 (file)
@@ -132,8 +132,4 @@ is @warnings, 0, "Malformed prototype isn't just a warning";
     is @warnings, 0, "No more warnings";
 }
 
-# Local variables:
-# indent-tabs-mode: nil
-# End:
-#
 # ex: set ts=8 sts=4 sw=4 et: