summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Win32/Process/Info
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Win32/Process/Info')
-rw-r--r--Master/tlpkg/tlperl/lib/Win32/Process/Info/NT.pm2
-rw-r--r--Master/tlpkg/tlperl/lib/Win32/Process/Info/PT.pm2
-rw-r--r--Master/tlpkg/tlperl/lib/Win32/Process/Info/WMI.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/Win32/Process/Info/NT.pm b/Master/tlpkg/tlperl/lib/Win32/Process/Info/NT.pm
index 022d1442b33..03f2469d337 100644
--- a/Master/tlpkg/tlperl/lib/Win32/Process/Info/NT.pm
+++ b/Master/tlpkg/tlperl/lib/Win32/Process/Info/NT.pm
@@ -75,7 +75,7 @@ return undef; ## no critic (ProhibitExplicitReturnUndef)
use base qw{Win32::Process::Info};
-our $VERSION = '1.018';
+our $VERSION = '1.019';
our $AdjustTokenPrivileges;
our $CloseHandle;
diff --git a/Master/tlpkg/tlperl/lib/Win32/Process/Info/PT.pm b/Master/tlpkg/tlperl/lib/Win32/Process/Info/PT.pm
index b2b6326b0a4..67bf7562cc9 100644
--- a/Master/tlpkg/tlperl/lib/Win32/Process/Info/PT.pm
+++ b/Master/tlpkg/tlperl/lib/Win32/Process/Info/PT.pm
@@ -64,7 +64,7 @@ use strict;
use warnings;
use base qw{Win32::Process::Info};
-our $VERSION = '1.018';
+our $VERSION = '1.019';
use Carp;
use File::Basename;
diff --git a/Master/tlpkg/tlperl/lib/Win32/Process/Info/WMI.pm b/Master/tlpkg/tlperl/lib/Win32/Process/Info/WMI.pm
index 3edb3a262f6..06dcea9cfc4 100644
--- a/Master/tlpkg/tlperl/lib/Win32/Process/Info/WMI.pm
+++ b/Master/tlpkg/tlperl/lib/Win32/Process/Info/WMI.pm
@@ -36,7 +36,7 @@ use strict;
use warnings;
use base qw{Win32::Process::Info};
-our $VERSION = '1.018';
+our $VERSION = '1.019';
use vars qw{%mutator};
use Carp;