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
|