Block or Report
Block or report xenu
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
Params-ValidationCompiler Public
Forked from houseabsolute/Params-ValidationCompiler
Build an optimized subroutine parameter validator once, use it forever
Perl
-
-
-
libwww-perl Public
Forked from libwww-perl/libwww-perl
The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide class…
Perl
82 contributions in the last year
Contribution activity
August 2022
Created 1 commit in 1 repository
Created a pull request in Perl/perl5 that received 1 comment
win32.c: use _mkgmtime() instead of mktime() in stat()
Conversion to local time seems unnecessary and it apparently causes issues with DST. Fixes #20018, Fixes #20061