Skip to content

Commit

Permalink
Version 20100223
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Feb 23, 2010
1 parent 0ffb901 commit 364f863
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions perl/Time-y2038/Changes
@@ -1,3 +1,8 @@
20100223 Tue Feb 23 11:57:23 PST 2010
Build
* Fix for JSON.pm not being available for Build.PL


20100218 Thu Feb 18 12:29:49 PST 2010
* No changes since the last alpha

Expand Down
6 changes: 3 additions & 3 deletions perl/Time-y2038/META.yml
Expand Up @@ -20,12 +20,12 @@ name: Time-y2038
provides:
Time::y2038:
file: lib/Time/y2038.pm
version: 20100218
version: 20100223
Time::y2038::Everywhere:
file: lib/Time/y2038/Everywhere.pm
version: 20100218
version: 20100223
requires:
perl: v5.6.1
resources:
license: http://dev.perl.org/licenses/
version: 20100218
version: 20100223
2 changes: 1 addition & 1 deletion perl/Time-y2038/lib/Time/y2038.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
use base qw(Exporter);
use XSLoader;

our $VERSION = '20100218';
our $VERSION = '20100223';
our @EXPORT = qw(localtime gmtime timegm timelocal);

XSLoader::load __PACKAGE__, $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion perl/Time-y2038/lib/Time/y2038/Everywhere.pm
Expand Up @@ -3,7 +3,7 @@ package Time::y2038::Everywhere;
use strict;
use warnings;

our $VERSION = '20100218';
our $VERSION = '20100223';

use Time::y2038;

Expand Down

0 comments on commit 364f863

Please sign in to comment.