summaryrefslogtreecommitdiff
path: root/ext/Opcode
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-12 22:06:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-12 22:06:25 +0000
commit3e92a2540996678c49663ee454dadc7970cdb925 (patch)
tree1641e68d00ce7690162d10db8f7bc3c6ba2eed48 /ext/Opcode
parent7d5ea4e771e13c538d9f0504cb48d13891fcb5c9 (diff)
downloadperl-3e92a2540996678c49663ee454dadc7970cdb925.tar.gz
fix DATA leaks; reword documentation about the DATA filehandle
p4raw-id: //depot/perl@4131
Diffstat (limited to 'ext/Opcode')
-rw-r--r--ext/Opcode/Safe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm
index 2d09c2e5c7..00ee85dbeb 100644
--- a/ext/Opcode/Safe.pm
+++ b/ext/Opcode/Safe.pm
@@ -235,7 +235,7 @@ sub rdo {
1;
-__DATA__
+__END__
=head1 NAME