This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix deparsing of require "a".$1
[perl5.git] / Porting / timecheck.c
index 07f5872..cf0303a 100644 (file)
@@ -1,3 +1,7 @@
+/* A helper tool for perl's 2038 support.
+ *     See Porting/README.y2038 for details
+ */
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <time.h>