refactor CustomFields so with_custom_fields is available on backend

This commit is contained in:
Oliver Gorwits
2023-07-20 16:50:22 +01:00
parent 1eabe7064f
commit 47c4226788
5 changed files with 67 additions and 61 deletions

View File

@@ -6,6 +6,7 @@ use Dancer qw/:syntax :script/;
use Scalar::Util qw/blessed reftype/;
use NetAddr::IP::Lite ':lower';
use App::Netdisco::Util::DNS 'hostname_from_ip';
use base 'Exporter';