Description: Specify =encoding for POD (otherwise Test::Pod fails) Author: Christopher Hoskin 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