diff options
Diffstat (limited to 'os2/OS2/ExtAttr/ExtAttr.pm')
-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 bebbcc963e..c8b462c70c 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 |