Skip to content

Commit

Permalink
version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Apr 17, 2015
1 parent 85a1d26 commit a05c314
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -12,6 +12,7 @@ my $build = Module::Build->new(
'DateTime' => '0.31',
'Math::BigInt' => '1.66',
'Params::Validate' => 0,
'warnings' => 0,
'perl' => 5.00503,
},
'build_requires' => {
Expand Down
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Perl module DateTime::Format::Epoch

0.15 2015-04-12
- Forgot to update MANIFEST

0.14 2015-04-12
- NTP epoch added (Michiel Beijen)

0.13 2010-08-25
- GMP is used in two places, so fix second

Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Expand Up @@ -15,6 +15,7 @@ lib/DateTime/Format/Epoch/TJD.pm
lib/DateTime/Format/Epoch/RJD.pm
lib/DateTime/Format/Epoch/RataDie.pm
lib/DateTime/Format/Epoch/Lilian.pm
lib/DateTime/Format/Epoch/NTP.pm
t/001_load.t
t/002_format.t
t/003_bigint.t
Expand All @@ -38,3 +39,4 @@ t/pod.t
META.yml Module meta-data (added by MakeMaker)
Build.PL
Makefile.PL
META.json
13 changes: 9 additions & 4 deletions META.yml
@@ -1,10 +1,11 @@
---
abstract: 'Convert dates to seconds since epoch, for arbritrary epochs'
author:
- 'Eugene van der Pijll (pijll@gmx.net)'
- Eugene van der Pijll (pijll@gmx.net)
build_requires:
Test::More: 0
generated_by: 'Module::Build version 0.3603'
dynamic_config: 1
generated_by: 'Module::Build version 0.4211, CPAN::Meta::Converter version 2.143240'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -13,7 +14,7 @@ name: DateTime-Format-Epoch
provides:
DateTime::Format::Epoch:
file: lib/DateTime/Format/Epoch.pm
version: 0.13
version: 0.15
DateTime::Format::Epoch::ActiveDirectory:
file: lib/DateTime/Format/Epoch/ActiveDirectory.pm
version: 0.13
Expand All @@ -32,6 +33,9 @@ provides:
DateTime::Format::Epoch::MacOS:
file: lib/DateTime/Format/Epoch/MacOS.pm
version: 0.13
DateTime::Format::Epoch::NTP:
file: lib/DateTime/Format/Epoch/NTP.pm
version: 0.14
DateTime::Format::Epoch::RJD:
file: lib/DateTime/Format/Epoch/RJD.pm
version: 0.13
Expand All @@ -52,7 +56,8 @@ requires:
Math::BigInt: 1.66
Params::Validate: 0
perl: 5.00503
warnings: 0
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/chorny/DateTime-Format-Epoch
version: 0.13
version: 0.15
2 changes: 1 addition & 1 deletion lib/DateTime/Format/Epoch.pm
Expand Up @@ -5,7 +5,7 @@ use strict;

use vars qw($VERSION);

$VERSION = '0.13';
$VERSION = '0.15';

use DateTime 0.22;
use DateTime::LeapSecond;
Expand Down

0 comments on commit a05c314

Please sign in to comment.