Package: libdate-pcalc-perl / 6.1-6

Metadata

Package Version Patches format
libdate-pcalc-perl 6.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pod_typos_error.patch | (download)

Pcalc.pod | 3 2 + 1 - 0 !
Pcalendar.pod | 2 1 + 1 - 0 !
lib/Date/Pcalc/Object.pod | 4 2 + 2 - 0 !
lib/Date/Pcalendar/Profiles.pod | 4 2 + 2 - 0 !
lib/Date/Pcalendar/Year.pod | 2 1 + 1 - 0 !
5 files changed, 8 insertions(+), 7 deletions(-)

 fix a pod error and typos
Bug: https://rt.cpan.org/Ticket/Display.html?id=94687
10 examples.diff | (download)

examples/age_in_days_eu.pl | 2 1 + 1 - 0 !
examples/age_in_days_us.pl | 2 1 + 1 - 0 !
examples/anniversaries.pl | 2 1 + 1 - 0 !
examples/bug.pl | 2 1 + 1 - 0 !
examples/calendar.pl | 2 1 + 1 - 0 !
examples/datecalc.pl | 2 1 + 1 - 0 !
examples/delta.pl | 2 1 + 1 - 0 !
examples/holidays.pl | 2 1 + 1 - 0 !
examples/income.pl | 2 1 + 1 - 0 !
examples/linearcal.pl | 2 1 + 1 - 0 !
examples/nth_weekday.pl | 2 1 + 1 - 0 !
examples/time.pl | 2 1 + 1 - 0 !
examples/vacation.pl | 2 1 + 1 - 0 !
examples/weiberfastnacht.pl | 2 1 + 1 - 0 !
tools/compile.pl | 2 1 + 1 - 0 !
15 files changed, 15 insertions(+), 15 deletions(-)

 corrects perl interpreter path in examples
15 fix 5.16 ftbfs.diff | (download)

src/C_XS/ToolBox.h 2012-04-09 14:27:56.116897462 +0200 | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 the infamous boolean subtelty needed for perl 5.16

It has been predicted that D:C:XS would be affected but I did not read
it. The following patch works:

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=76442
Bug-Debian: https://bugs.debian.org/676270
century tests.patch | (download)

t/f016.t | 75 39 + 36 - 0 !
t/f027.t | 119 61 + 58 - 0 !
t/f028.t | 94 48 + 46 - 0 !
3 files changed, 148 insertions(+), 140 deletions(-)

 fix tests that got broken in 2015
 The tests use the 2-digit-year '64' and check that it expands to 1964; which
 worked until 2014-12-31. Since 2015-01-01 it expands to 2064, and this
 behaviour is consistent with the module documentation.
 .
 So the patch changes the hardcoded '1964' and '64' with the year 45 in the
 past from now, full and century-less version.
 .
 45 is how far in the past 1964 was in 2009, when the tests were written.

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=101232
unescaped_left_brace.patch | (download)

t/f035.t | 52 26 + 26 - 0 !
1 file changed, 26 insertions(+), 26 deletions(-)

 fix "unescaped left brace" issue
 which is fatal in perl 5.25.x