summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/perlfaq.pm
blob: c8016cf5233ab99180ace361940d3397579c75e7 (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
package perlfaq;

our $VERSION = '5.20200523';

1;