File: pod-encoding.patch

package info (click to toggle)
libnet-radius-perl 2.103%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 1,276 kB
  • sloc: perl: 4,561; tcl: 33; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (3)
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
Description: Specify =encoding for POD (otherwise Test::Pod fails)
Author: Christopher Hoskin <christopher.hoskin@gmail.com>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102285
Last-Update: 2015-02-22


--- a/Radius/Dictionary.pm
+++ b/Radius/Dictionary.pm
@@ -275,6 +275,8 @@
 1;
 __END__
 
+=encoding utf8
+
 =head1 NAME
 
 Net::Radius::Dictionary - RADIUS dictionary parser
--- a/Radius/Packet.pm
+++ b/Radius/Packet.pm
@@ -651,6 +651,8 @@
 1;
 __END__
 
+=encoding utf8
+
 =head1 NAME
 
 Net::Radius::Packet - Object-oriented Perl interface to RADIUS packets