Skip Menu |

This queue is for tickets about the HTML-CalendarMonthSimple CPAN distribution.

Report information
The Basics
Id: 117242
Status: new
Priority: 0/
Queue: HTML-CalendarMonthSimple

People
Owner: Nobody in particular
Requestors: PLICEASE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: POD / encoding error
This warning is displayed when viewing the POD: Around line 1229: Non-ASCII character seen before =encoding in '$cal->saturday('S<E1>bado');'. Assuming CP1252 The attached patch will specify UTF-8 encoding and fix this.
Subject: pod.diff
commit 99bb779765ab9491e6d35376ef06b0c1e2698f42 Author: Graham Ollis <plicease@cpan.org> Date: Fri Aug 26 17:21:11 2016 -0400 specify encoding to avoid warning diff --git a/lib/HTML/CalendarMonthSimple.pm b/lib/HTML/CalendarMonthSimple.pm index 180d53b..1ca21dc 100644 --- a/lib/HTML/CalendarMonthSimple.pm +++ b/lib/HTML/CalendarMonthSimple.pm @@ -817,6 +817,8 @@ __END__; ################################################################################# +=encoding UTF-8 + =head1 NAME HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars