forked from evalEmpire/y2038
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links to point at Github and metacpan.
- Loading branch information
Showing
8 changed files
with
94 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ check_max | |
lib/Time/y2038.c | ||
y2038/time64_config.h | ||
y2038/time64_limits.h | ||
MYMETA.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ y2038/time64.c | |
y2038/time64.h | ||
y2038/time64_config.h.in | ||
y2038/time64_limits.h.in | ||
META.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"abstract" : "Versions of Perl's time functions which work beyond 2038", | ||
"author" : [ | ||
"Michael G Schwern <schwern@pobox.com>" | ||
], | ||
"dynamic_config" : 1, | ||
"generated_by" : "Module::Build version 0.4214", | ||
"license" : [ | ||
"perl_5" | ||
], | ||
"meta-spec" : { | ||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", | ||
"version" : "2" | ||
}, | ||
"name" : "Time-y2038", | ||
"prereqs" : { | ||
"build" : { | ||
"requires" : { | ||
"ExtUtils::CBuilder" : "0.24", | ||
"JSON" : "2.17", | ||
"Module::Build" : "0.36", | ||
"Test::Exception" : "0.27", | ||
"Test::More" : "0.82", | ||
"Test::Warn" : "0.11" | ||
} | ||
}, | ||
"configure" : { | ||
"requires" : { | ||
"Module::Build" : "0.36" | ||
} | ||
}, | ||
"runtime" : { | ||
"requires" : { | ||
"perl" : "v5.6.1" | ||
} | ||
} | ||
}, | ||
"provides" : { | ||
"Time::y2038" : { | ||
"file" : "lib/Time/y2038.pm", | ||
"version" : "20100403" | ||
}, | ||
"Time::y2038::Everywhere" : { | ||
"file" : "lib/Time/y2038/Everywhere.pm", | ||
"version" : "20100403" | ||
} | ||
}, | ||
"release_status" : "stable", | ||
"resources" : { | ||
"bugtracker" : { | ||
"web" : "https://github.com/evalEmpire/y2038/issues" | ||
}, | ||
"license" : [ | ||
"http://dev.perl.org/licenses/" | ||
], | ||
"repository" : { | ||
"url" : "https://github.com/evalEmpire/y2038" | ||
} | ||
}, | ||
"version" : "20100403", | ||
"x_serialization_backend" : "JSON::PP version 2.27203" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters