summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/perlfaq.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/perlfaq.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/perlfaq.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/perlfaq.pm b/Master/tlpkg/tlperl/lib/perlfaq.pm
index 823817c35b4..b3645bc3cbb 100644
--- a/Master/tlpkg/tlperl/lib/perlfaq.pm
+++ b/Master/tlpkg/tlperl/lib/perlfaq.pm
@@ -1,5 +1,7 @@
use strict;
use warnings;
package perlfaq;
-$perlfaq::VERSION = '5.021011';
+
+our $VERSION = '5.20190126';
+
1;