[Bps-public-commit] Business-Hours branch, master, updated. 0.09-5-gdca1495
jesse
jesse at bestpractical.com
Sun Oct 18 17:43:38 EDT 2009
The branch, master has been updated
via dca149599fe76c10cd3b44cf12ccec0b13a22cc9 (commit)
via 91fc12aab7a1fa4dc612b38e9c435bfe90f0486d (commit)
via 31ffea0ca9d65cf7873f18c6bd4b5b93f8dacd06 (commit)
from e911f0df022a275d4248c45f8949d600d6b57de6 (commit)
Summary of changes:
Changes | 1 +
Makefile.PL | 1 +
SIGNATURE | 20 +++++++++++---------
lib/Business/Hours.pm | 2 +-
4 files changed, 14 insertions(+), 10 deletions(-)
- Log -----------------------------------------------------------------
commit 31ffea0ca9d65cf7873f18c6bd4b5b93f8dacd06
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Sep 29 04:25:15 2009 +0900
Checking in changes prior to tagging of version 0.09_01. Changelog diff is:
diff --git a/Changes b/Changes
index 1e0cb3c..c72cee8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
Revision history for Perl module Business::Hours
+0.09_01
* Add support for "breaks" during business hours --
Joao Miguel Neves <joao.neves at intraneia.com>
diff --git a/Changes b/Changes
index 1e0cb3c..c72cee8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
Revision history for Perl module Business::Hours
+0.09_01
* Add support for "breaks" during business hours --
Joao Miguel Neves <joao.neves at intraneia.com>
commit 91fc12aab7a1fa4dc612b38e9c435bfe90f0486d
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Sep 29 04:29:48 2009 +0900
Add signature support to makefile.pl
diff --git a/Makefile.PL b/Makefile.PL
index 555a9c0..dc94c22 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,4 +7,5 @@ WriteMakefile(
AUTHOR => 'Jesse Vincent (jesse at cpan.org)',
PREREQ_PM => { Set::IntSpan => '1.12'},
ABSTRACT => '',
+ (MM->can('signature_target') ? (SIGN => 1) : ()),
);
commit dca149599fe76c10cd3b44cf12ccec0b13a22cc9
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Sep 29 04:30:39 2009 +0900
Checking in changes prior to tagging of version 0.09_02. Changelog diff is:
diff --git a/Changes b/Changes
index c72cee8..7ede52f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Perl module Business::Hours
-0.09_01
+0.09_02
* Add support for "breaks" during business hours --
Joao Miguel Neves <joao.neves at intraneia.com>
diff --git a/Changes b/Changes
index c72cee8..7ede52f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Perl module Business::Hours
-0.09_01
+0.09_02
* Add support for "breaks" during business hours --
Joao Miguel Neves <joao.neves at intraneia.com>
diff --git a/SIGNATURE b/SIGNATURE
index 22eac55..1c6996c 100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@ -14,20 +14,22 @@ not run its Makefile.PL or Build.PL.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-SHA1 4431b315155eff267884c69ff1af0ee01cc2c2da Changes
+SHA1 412fbe32b4f1a15b64fd1ea75ea7449818bfe9fe Changes
SHA1 f235ba4160673bcb7c9d58c2f09dbc7fc0efadea LICENSE
-SHA1 ca4c4b7a196a7ea1d907cf757dda78aa99bc11a4 MANIFEST
+SHA1 41436e759de7ef171e440826bcb452428b308de7 MANIFEST
+SHA1 e476d8bd724d46eb9e255cc8afc98b92269e2255 MANIFEST.SKIP
SHA1 3f7f12e6e6f44992b29ee734d8883efd2875cc8b META.yml
-SHA1 bf565cd7d1f49956edaed8f89c6021c9ef4847b6 Makefile.PL
+SHA1 66049108b68205f3bca50756fd51aae87d3abdd4 Makefile.PL
SHA1 7e27ecbd2a455bf2ec9f91f1b8c29853a3663d62 README
-SHA1 44c868f5785c02e7f6a39e36e840863680b88e6f lib/Business/Hours.pm
-SHA1 8a4f4d07f02e4bd1d7af913a05d67210a6a1e546 t/1-business-hours.t
+SHA1 87cda0f44a219d828bd2c8cbf3110953b352034c lib/Business/Hours.pm
+SHA1 a9c1a7b193f0ce4419bd6ae3a5b84bf1a6f94dfa t/1-business-hours.t
+SHA1 18ff7b16cde0b1ba61858ee263ea50a87a1a6919 t/2-holidays.t
SHA1 e18498f5413cb08aa563e3d0c76a1d9c6520b8c5 t/99-pod-coverage.t
SHA1 aaf51e0d68143ceff893513e9a95bd01cdfa216f t/99-pod.t
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
+Version: GnuPG v1.4.9 (GNU/Linux)
-iEYEARECAAYFAkip1lkACgkQMflWJZZAbqBi/QCfW/b0h/SBkE3tIorP1k7K6XQW
-sz0AoKc/CgOovbB0ZgApy7TziLaWjDks
-=TA8q
+iEYEARECAAYFAkrBDs4ACgkQEi9d9xCOQEYbjwCgxFYUxohpnSqjwDsDnJozcXO6
+KjYAnA5QLMT3gNr3OAZC+MdJq7nUXT/6
+=asCv
-----END PGP SIGNATURE-----
diff --git a/lib/Business/Hours.pm b/lib/Business/Hours.pm
index df8feae..3261f70 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_01';
+our $VERSION = '0.09_02';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list