1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: add encoding to non-ascii pod
Pod::Simple got more picky
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=85955
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85955
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-07
--- a/lib/CSS/DOM.pm
+++ b/lib/CSS/DOM.pm
@@ -274,6 +274,8 @@
!()__END__()!
+=encoding utf8
+
=head1 NAME
CSS::DOM - Document Object Model for Cascading Style Sheets
--- a/lib/CSS/DOM/PropertyParser.pm
+++ b/lib/CSS/DOM/PropertyParser.pm
@@ -770,6 +770,8 @@
$system_colour_names_re = '(?:in(?:active(?:caption|border)|fo(?:background|text)|cativecaptiontext)|b(?:utton(?:(?:highligh|tex)t|shadow|face)|ackground)|threed(?:(?:light|dark)?shadow|highlight|face)|(?:(?:caption|gray)tex|highligh(?:ttex)?)t|a(?:ctive(?:caption|border)|ppworkspace)|window(?:frame|text)?|menu(?:text)?|scrollbar)';
+=encoding utf8
+
=head1 NAME
CSS::DOM::PropertyParser - Parser for CSS property values
|