diff options
author | 2014-03-24 14:58:42 +0000 | |
---|---|---|
committer | 2014-03-24 14:58:42 +0000 | |
commit | 91f110e064cd7c194e59e019b83bb7496c1c84d4 (patch) | |
tree | 3e8e577405dba7e94b43cbf21c22f21aaa5ab949 /gnu/usr.bin/perl/os2/OS2/OS2-REXX | |
parent | do not call purge_task every 10 secs, it is only needed once at startup and (diff) | |
download | wireguard-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-REXX')
-rw-r--r-- | gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm b/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm index a0d3b21eb09..a7d4504d689 100644 --- a/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm +++ b/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm @@ -1,6 +1,6 @@ package OS2::DLL; -our $VERSION = '1.04'; +our $VERSION = '1.05'; use Carp; use XSLoader; @@ -152,7 +152,7 @@ See documentation of L<OS2::REXX> module if you need the variable pool. =head1 DESCRIPTION -=head2 L<Create a DLL handle> +=head2 Create a DLL handle $dll = OS2::DLL->module( NAME [, WHERE] ); |