summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2014-03-24 14:58:42 +0000
committerafresh1 <afresh1@openbsd.org>2014-03-24 14:58:42 +0000
commit91f110e064cd7c194e59e019b83bb7496c1c84d4 (patch)
tree3e8e577405dba7e94b43cbf21c22f21aaa5ab949 /gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
parentdo not call purge_task every 10 secs, it is only needed once at startup and (diff)
downloadwireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.tar.xz
wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.zip
Import perl-5.18.2
OK espie@ sthen@ deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm')
-rw-r--r--gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm b/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
index c49f1d4de56..a48a6624bdf 100644
--- a/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
+++ b/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
@@ -3,7 +3,7 @@ package OS2::ExtAttr;
use strict;
use XSLoader;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
XSLoader::load 'OS2::ExtAttr', $VERSION;
# Preloaded methods go here.
@@ -122,7 +122,7 @@ OS2::ExtAttr - Perl access to extended attributes.
tie %ea, 'OS2::ExtAttr', 'my.file';
print $ea{eaname};
$ea{myfield} = 'value';
-
+
untie %ea;
=head1 DESCRIPTION