summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/TimeDate.pm
blob: 7c07479fd836248fc820c5bbeec01893a0150ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package TimeDate;

use vars qw($VERSION);

$VERSION = "1.21";

=pod

This is an empty module which is just there to get ownership on TimeDate
using first-come permissions from PAUSE.

This was required during the release of 1.21 for transferring ownership.

=cut

1;