From 369590d17f786a702987de7bc603a0d1c81f185c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 27 Nov 2018 11:18:45 +0000 Subject: [PATCH] Fixed pod error as reported by CPANTS. (#456) --- lib/App/Netdisco/DB/ResultSet/NodeIp.pm | 2 ++ lib/App/Netdisco/Worker/Plugin/MakeRancidConf.pm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/App/Netdisco/DB/ResultSet/NodeIp.pm b/lib/App/Netdisco/DB/ResultSet/NodeIp.pm index 22202dbc..e639d57b 100644 --- a/lib/App/Netdisco/DB/ResultSet/NodeIp.pm +++ b/lib/App/Netdisco/DB/ResultSet/NodeIp.pm @@ -205,6 +205,8 @@ NodeIp table of nodes with addresses of the supplied IP version. The C parameter must be an integer either 4 or 6. +=back + =cut sub ip_version { diff --git a/lib/App/Netdisco/Worker/Plugin/MakeRancidConf.pm b/lib/App/Netdisco/Worker/Plugin/MakeRancidConf.pm index af1a2805..8f241bae 100644 --- a/lib/App/Netdisco/Worker/Plugin/MakeRancidConf.pm +++ b/lib/App/Netdisco/Worker/Plugin/MakeRancidConf.pm @@ -68,6 +68,8 @@ register_worker({ phase => 'main' }, sub { true; +=encoding utf8 + =head1 NAME MakeRancidConf - Generate RANCID Configuration