diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-18 20:04:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-18 20:04:24 +0000 |
commit | 88c28ceba84d380fbac88f13c3dfcca0d1b7f014 (patch) | |
tree | 4dd6fabae2efc0d6e3ed7185cf92ac4c262a5760 /os2/OS2/ExtAttr | |
parent | 7ddf2a0a82284c8cbfd954bcff9ec9497fd3403a (diff) | |
download | perl-88c28ceba84d380fbac88f13c3dfcca0d1b7f014.tar.gz |
Retract the changes made at #9176 to Neil's and Ilya's module pods.
p4raw-id: //depot/perl@9206
Diffstat (limited to 'os2/OS2/ExtAttr')
-rw-r--r-- | os2/OS2/ExtAttr/ExtAttr.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/ExtAttr/ExtAttr.pm b/os2/OS2/ExtAttr/ExtAttr.pm index c8b462c70c..bebbcc963e 100644 --- a/os2/OS2/ExtAttr/ExtAttr.pm +++ b/os2/OS2/ExtAttr/ExtAttr.pm @@ -133,7 +133,7 @@ OS2::ExtAttr - Perl access to extended attributes. tie %ea, 'OS2::ExtAttr', 'my.file'; print $ea{eaname}; $ea{myfield} = 'value'; - + untie %ea; =head1 DESCRIPTION |