Skip to content

Commit

Permalink
Update links to point at Github and metacpan.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Nov 19, 2015
1 parent 7727ba9 commit 91232e2
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is an implementation of POSIX time.h which solves the year 2038
bug on systems where time_t is only 32 bits. It is implemented in
bog-standard ANSI C. The latest version can be found at
http://y2038.googlecode.com/
https://github.com/evalEmpire/y2038

It makes use of the system's native 32 bit functions to perform time
zone and daylight savings time calculations and thus does *not* need
Expand Down
1 change: 1 addition & 0 deletions perl/Time-y2038/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ check_max
lib/Time/y2038.c
y2038/time64_config.h
y2038/time64_limits.h
MYMETA.*
7 changes: 7 additions & 0 deletions perl/Time-y2038/Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ my $build = Local::Module::Build->new(
requires => {
perl => '5.6.1'
},

meta_merge => {
resources => {
bugtracker => 'https://github.com/evalEmpire/y2038/issues',
repository => 'https://github.com/evalEmpire/y2038',
},
}
);

$build->create_build_script;
6 changes: 3 additions & 3 deletions perl/Time-y2038/INSTALL
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This is the Time::y2038 Perl module. It is a wrapper around the y2038
C library to use its functions from Perl. The latest version and
project information can be had from: http://y2038.googlecode.com/
project information can be had from: https://github.com/evalEmpire/y2038

Run "perldoc Time::y2038" for documentation (before or after installing) or
see http://search.cpan.org/perldoc?Time::y2038.
see http://metacpan.org/pod/Time::y2038.


SIMPLE INSTALL
Expand Down Expand Up @@ -66,7 +66,7 @@ PROBLEMS
--------

If you encounter any problems building or testing this module, please
report it at http://rt.cpan.org/Dist/Display.html?Queue=Time-y2038
report it at https://github.com/evalEmpire/y2038/issues/new

Please include the complete output of your build. Don't cut things
out to save me trouble, you never know what's important. Also include
Expand Down
1 change: 1 addition & 0 deletions perl/Time-y2038/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ y2038/time64.c
y2038/time64.h
y2038/time64_config.h.in
y2038/time64_limits.h.in
META.json
62 changes: 62 additions & 0 deletions perl/Time-y2038/META.json
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"
}
28 changes: 16 additions & 12 deletions perl/Time-y2038/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,33 @@ abstract: "Versions of Perl's time functions which work beyond 2038"
author:
- 'Michael G Schwern <schwern@pobox.com>'
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
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
generated_by: 'Module::Build version 0.3603'
Module::Build: '0.36'
dynamic_config: 1
generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
version: '1.4'
name: Time-y2038
provides:
Time::y2038:
file: lib/Time/y2038.pm
version: 20100403
version: '20100403'
Time::y2038::Everywhere:
file: lib/Time/y2038/Everywhere.pm
version: 20100403
version: '20100403'
requires:
perl: v5.6.1
resources:
bugtracker: https://github.com/evalEmpire/y2038/issues
license: http://dev.perl.org/licenses/
version: 20100403
repository: https://github.com/evalEmpire/y2038
version: '20100403'
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
8 changes: 3 additions & 5 deletions perl/Time-y2038/lib/Time/y2038.pm
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ internally, so accuracy degrates after 2**52.
=head1 BUGS & FEEDBACK
See F<http://rt.cpan.org/Dist/Display.html?Queue=Time-y2038> to report
See F<https://github.com/evalEmpire/y2038/issues/new> to report
and view bugs.
If you like the module, please drop the author an email.
The latest version of this module can be found at
F<http://y2038.googlecode.com/> and the repository is at
F<http://github.com/schwern/y2038>.
F<http://metacpan.org/pod/Time::y2038> and the repository is at
F<https://github.com/evalEmpire/y2038>.
=head1 AUTHOR
Expand All @@ -126,8 +126,6 @@ See F<http://www.perl.com/perl/misc/Artistic.html>
L<Time::y2038::Everywhere> overrides localtime() and gmtime() across the whole program.
The y2038 project at F<http://y2038.googlecode.com/>
L<http://xkcd.com/376/>
=cut

0 comments on commit 91232e2

Please sign in to comment.