[Bps-public-commit] Business-Hours branch, master, updated. 0.10-2-g336afdb
Alex Vandiver
alexmv at bestpractical.com
Sat Jul 20 12:12:14 EDT 2013
The branch, master has been updated
via 336afdbd453cba58c11524fd8e5520a12dcf3686 (commit)
from 26d0e8d7aadd5987363b880a441d0a93b95bc32a (commit)
Summary of changes:
Changes | 3 +++
META.yml | 4 ++--
lib/Business/Hours.pm | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 336afdbd453cba58c11524fd8e5520a12dcf3686
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Sat Jul 20 12:10:39 2013 -0400
Changes for 0.11
diff --git a/Changes b/Changes
index 9cd8735..2ad28dc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Business::Hours
+0.11
+ * POD fixes
+
0.10
* perl 5.14 compatibility
diff --git a/META.yml b/META.yml
index 598505d..db80c68 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.58, CPAN::Meta::Converter version 2.112150'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,4 +19,4 @@ no_index:
- inc
requires:
Set::IntSpan: 1.12
-version: 0.10
+version: 0.11
diff --git a/lib/Business/Hours.pm b/lib/Business/Hours.pm
index 371b358..2977e2c 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.10';
+our $VERSION = '0.11';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list