[Bps-public-commit] Business-Hours branch, master, updated. 0.10_01-6-ga4effda

Jim Brandt jbrandt at bestpractical.com
Fri Jan 11 14:35:21 EST 2019


The branch, master has been updated
       via  a4effda7aa3d58a67d0cb35191a5db95b8cb873e (commit)
      from  0f66b8a0e793c1b863c243dab7db6062274c5ceb (commit)

Summary of changes:
 Changes               | 5 +++++
 META.yml              | 2 +-
 lib/Business/Hours.pm | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit a4effda7aa3d58a67d0cb35191a5db95b8cb873e
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jan 11 14:30:56 2019 -0500

    Version 0.13

diff --git a/Changes b/Changes
index 9f7f9d9..d1d6244 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl module Business::Hours
 
+0.13
+  * Use explicit 4 digit years when using localtime. This fixes
+    some test failures that started after 2018-12-31 because of
+    date math.
+
 0.12
   * merge of 0.11 and 0.10_01:
   ** support shifts over midnight
diff --git a/META.yml b/META.yml
index f8d00ce..3518139 100644
--- a/META.yml
+++ b/META.yml
@@ -20,4 +20,4 @@ no_index:
 requires:
   Set::IntSpan: 1.12
   Time::Local: 0
-version: 0.12
+version: 0.13
diff --git a/lib/Business/Hours.pm b/lib/Business/Hours.pm
index 270981e..5ad02e4 100644
--- a/lib/Business/Hours.pm
+++ b/lib/Business/Hours.pm
@@ -7,7 +7,7 @@ require 5.006;
 use Set::IntSpan;
 use Time::Local qw/timelocal_nocheck/;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 =head1 NAME
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list