Skip to content

Commit

Permalink
Version 20100225
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Feb 26, 2010
1 parent 8dedc04 commit 1558d22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion perl/Time-y2038/Changes
@@ -1,4 +1,4 @@
Next
20100225 Thu Feb 25 23:09:15 PST 2010
Bugs
* Accidentally left a debugging print in mktime()

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: 20100223
version: 20100225
Time::y2038::Everywhere:
file: lib/Time/y2038/Everywhere.pm
version: 20100223
version: 20100225
requires:
perl: v5.6.1
resources:
license: http://dev.perl.org/licenses/
version: 20100223
version: 20100225
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 = '20100223';
our $VERSION = '20100225';
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 = '20100223';
our $VERSION = '20100225';

use Time::y2038;

Expand Down

0 comments on commit 1558d22

Please sign in to comment.