summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/TimeDate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/TimeDate.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/TimeDate.pm16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/TimeDate.pm b/Master/tlpkg/tlperl/site/lib/TimeDate.pm
new file mode 100644
index 00000000000..7c07479fd83
--- /dev/null
+++ b/Master/tlpkg/tlperl/site/lib/TimeDate.pm
@@ -0,0 +1,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;