[Bps-public-commit] Business-Hours branch, master, updated. 0.10-1-g26d0e8d
Alex Vandiver
alexmv at bestpractical.com
Sat Jul 20 12:05:37 EDT 2013
The branch, master has been updated
via 26d0e8d7aadd5987363b880a441d0a93b95bc32a (commit)
from 84d14d7237e52a7a443678383bc4203b06b1ab49 (commit)
Summary of changes:
lib/Business/Hours.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 26d0e8d7aadd5987363b880a441d0a93b95bc32a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Sat Jul 20 12:04:21 2013 -0400
Fix L<> links, caught by more zealous 5.18 POD parser
diff --git a/lib/Business/Hours.pm b/lib/Business/Hours.pm
index 28704cf..371b358 100644
--- a/lib/Business/Hours.pm
+++ b/lib/Business/Hours.pm
@@ -154,7 +154,7 @@ an array reference value, for example:
holidays => [qw(01-01 12-25 2009-05-08)],
);
-Read more about holidays specification below in L</"holidays ARRAY"|holidays>.
+Read more about holidays specification below in L<holidays|/"holidays ARRAY">.
=cut
@@ -176,7 +176,7 @@ Specification with year defined may be required when a holiday
matches Sunday or Saturday. In many countries days are shifted
in such case.
-Holidays can be set via L</"business_hours HASH"|business_hours> method
+Holidays can be set via L<business_hours|/"business_hours HASH"> method
as well, so you can use this feature without changing your code.
=cut
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list