This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdate-pcalc-perl.
commit 04dd83b1b4fe8add2f844560601281420fa4a0f6 Author: gregor herrmann <[email protected]> Date: Sat Jun 17 20:48:24 2017 +0200 Add more fixes to pod_typos_error.patch. --- debian/patches/pod_typos_error.patch | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/debian/patches/pod_typos_error.patch b/debian/patches/pod_typos_error.patch index a7a67cf..75a9a7f 100644 --- a/debian/patches/pod_typos_error.patch +++ b/debian/patches/pod_typos_error.patch @@ -1,6 +1,9 @@ Description: fix a POD error and typos -Author: Florian Schlichting <[email protected]> +Bug: https://rt.cpan.org/Ticket/Display.html?id=94687 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94687 +Author: Florian Schlichting <[email protected]> +Reviewed-by: gregor herrmann <[email protected]> +Last-Update: 2017-06-17 --- a/Pcalc.pod +++ b/Pcalc.pod @@ -9,6 +12,15 @@ Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94687 =head1 NAME +@@ -1138,7 +1139,7 @@ + one month is [1999,4,1]. + + (Which is also the reason why the "C<Add_Delta_YM()>" function +-does not allow to add a days offset, because this would actually ++does not allow one to add a days offset, because this would actually + require TWO functions: One for adding the days offset BEFORE and + one for adding it AFTER applying the year/month offsets.) + --- a/Pcalendar.pod +++ b/Pcalendar.pod @@ -398,7 +398,7 @@ @@ -31,6 +43,15 @@ Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94687 dates (needed for reading in and evaluating user input, for example). =item * +@@ -1074,7 +1074,7 @@ + dates subsequently printed by this module will automatically be + in that language - provided that you use the built-in formats of + this module, or that you pass the third parameter of the callback +-funtion to the funtions of the "Date::Pcalc" module which accept it. ++function to the functions of the "Date::Pcalc" module which accept it. + + However, this global language setting can be overridden for + individual date (or delta) objects by using the B<OBJECT> method --- a/lib/Date/Pcalendar/Profiles.pod +++ b/lib/Date/Pcalendar/Profiles.pod @@ -62,7 +62,7 @@ @@ -42,6 +63,15 @@ Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94687 specify common date formulas, like for instance a simple fixed date (in various different formats, e.g. american or european), or things like "the second Sunday of May" +@@ -173,7 +173,7 @@ + Sat Sun => Fri Mon + Sun Mon => Mon Tue + +-This is left as an excercise to the inclined reader. C<:-)> ++This is left as an exercise to the inclined reader. C<:-)> + + =item * + --- a/lib/Date/Pcalendar/Year.pod +++ b/lib/Date/Pcalendar/Year.pod @@ -345,7 +345,7 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdate-pcalc-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
