[Bps-public-commit] Business-Hours branch, master, updated. 0.09_02-3-g84d14d7
Kevin Falcone
falcone at bestpractical.com
Thu Nov 3 18:00:08 EDT 2011
The branch, master has been updated
via 84d14d7237e52a7a443678383bc4203b06b1ab49 (commit)
via 769a315dad673a75855ec0fdb4ded9f28d0d15d1 (commit)
from 935432e9eedcb68af7fec59362177d5e99aa6dd2 (commit)
Summary of changes:
.gitignore | 5 +++++
Changes | 3 +++
META.yml | 31 +++++++++++++++++++++----------
lib/Business/Hours.pm | 2 +-
4 files changed, 30 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit 769a315dad673a75855ec0fdb4ded9f28d0d15d1
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Nov 3 16:59:47 2011 -0400
ignore generated files
diff --git a/.gitignore b/.gitignore
index e69de29..1caedd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/MYMETA.*
+Makefile
+/Business-Hours-*
+/pm_to_blib
+/blib
commit 84d14d7237e52a7a443678383bc4203b06b1ab49
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Nov 3 16:59:48 2011 -0400
Bump version for 0.10
We've had a feature shipped as 0.09_02 for years now, we may as well
ship it for real
diff --git a/Changes b/Changes
index 7ede52f..9cd8735 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Business::Hours
+0.10
+ * perl 5.14 compatibility
+
0.09_02
* Add support for "breaks" during business hours --
Joao Miguel Neves <joao.neves at intraneia.com>
diff --git a/META.yml b/META.yml
index 524fbb5..598505d 100644
--- a/META.yml
+++ b/META.yml
@@ -1,11 +1,22 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
-name: Business-Hours
-version: 0.07
-version_from: lib/Business/Hours.pm
-installdirs: site
+---
+abstract: unknown
+author:
+ - 'Jesse Vincent (jesse at cpan.org)'
+build_requires:
+ ExtUtils::MakeMaker: 0
+configure_requires:
+ ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.112150'
+license: unknown
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: Business-Hours
+no_index:
+ directory:
+ - t
+ - inc
requires:
- Set::IntSpan: 0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+ Set::IntSpan: 1.12
+version: 0.10
diff --git a/lib/Business/Hours.pm b/lib/Business/Hours.pm
index 7331b46..28704cf 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.09_02';
+our $VERSION = '0.10';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list