[Bps-public-commit] Business-Hours branch, master, updated. 0.10_01-4-g2f2fb42
Ruslan Zakirov
ruz at bestpractical.com
Thu Aug 22 11:18:27 EDT 2013
The branch, master has been updated
via 2f2fb42a4aea85af5bc88fb0b36613829db9d71e (commit)
from 85ec07876b0262e482329fb0747ddcf3ec23bdb0 (commit)
Summary of changes:
Changes | 6 ++++++
META.yml | 4 ++--
lib/Business/Hours.pm | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 2f2fb42a4aea85af5bc88fb0b36613829db9d71e
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Aug 22 19:14:05 2013 +0400
bump version, 0.12
diff --git a/Changes b/Changes
index 6c37832..9f7f9d9 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,13 @@
Revision history for Perl module Business::Hours
+0.12
+ * merge of 0.11 and 0.10_01:
+ ** support shifts over midnight
+ ** code refactoring
+
0.11
* POD fixes
+ * changes from 0.10_01 were skipped
0.10_01
* support shifts over midnight, for example:
diff --git a/META.yml b/META.yml
index d407e71..f8d00ce 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.131560'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,4 +20,4 @@ no_index:
requires:
Set::IntSpan: 1.12
Time::Local: 0
-version: 0.11
+version: 0.12
diff --git a/lib/Business/Hours.pm b/lib/Business/Hours.pm
index a56013e..ee575b9 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.11';
+our $VERSION = '0.12';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list