Subject: | POD errors |
Hi David,
I was going over the POD and spotted some errors. I also removed excessive trailing white space. The attached patch contains the diff.
jonasbn
Subject: | pod.patch |
diff --git a/lib/Date/Holidays/AU.pod b/lib/Date/Holidays/AU.pod
index 48466e3..60a8f6d 100644
--- a/lib/Date/Holidays/AU.pod
+++ b/lib/Date/Holidays/AU.pod
@@ -14,12 +14,14 @@ Date::Holidays::AU - Determine Australian Public Holidays
=head1 DESCRIPTION
-This module makes an attempt at describing Australian holidays using the
-interface defined L<Date::Holidays::Abstract>, which defines two methods,
+This module makes an attempt at describing Australian holidays using the
+interface defined L<Date::Holidays::Abstract>, which defines two methods,
is_holiday and holidays.
=head1 Functions
+=over
+
=item is_holiday($year, $month, $day, $state, $params)
returns true or false depending to whether or not the date in question
@@ -27,12 +29,12 @@ is a holiday according to the state and the additional parameters.
=item holidays($year, $state, %params)
-Returns a hashref of all defined holidays in the year according
-to the state and the additional parameters. Keys in the hashref
+Returns a hashref of all defined holidays in the year according
+to the state and the additional parameters. Keys in the hashref
are in 'mmdd' format, the values are the names of the
holidays.
-The states may be 'VIC','WA','NT','QLD','TAS','NSW','SA' or 'ACT'. The
+The states may be 'VIC','WA','NT','QLD','TAS','NSW','SA' or 'ACT'. The
default state is 'VIC'. The following tables lists the allowable parameters
for each state;
@@ -44,20 +46,22 @@ for each state;
ACT include_bank_holiday 0 1 | 0
TAS holidays [] 'Devonport Cup','King Island Show','Launceston Cup','Hobart Show','Recreation Day','Burnie Show','Agfest','Launceston Show','Flinders Island Show'
+=back
+
=head1 AUTHOR
David Dick <ddick@cpan.org>
=head1 PREREQUISITES
-Uses B<Date::Easter> for easter calculations. Makes use of the B<Time::Local>
+Uses B<Date::Easter> for easter calculations. Makes use of the B<Time::Local>
modules from the standard Perl distribution.
=head1 BUGS
Support for WA's Queen's Birthday holiday only consists of hard-coded values.
Further investigation is needed. Therefore WA is not supported after 2012.
-
+
=head1 COPYRIGHT
This program is free software; you can redistribute it and/or modify