X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fhosts.t;fp=t%2Fhosts.t;h=65822bbc5f860c5d32f2070f0917a36d3bb62251;hb=afd7c030950d8b1b04c659d8a9cff186112a23c4;hp=323dcde3379cd6f51fe2b797fe108bdfada87ad4;hpb=9d42b191ba6995b4f2429ee76bf7e56809eca8df;p=scpubgit%2FSystem-Introspector.git diff --git a/t/hosts.t b/t/hosts.t index 323dcde..65822bb 100644 --- a/t/hosts.t +++ b/t/hosts.t @@ -2,9 +2,9 @@ use strictures 1; use Test::More; use FindBin; -use System::Introspector::Hosts; +use System::Introspector::Probe::Hosts; -my $probe = System::Introspector::Hosts->new( +my $probe = System::Introspector::Probe::Hosts->new( hosts_file => "$FindBin::Bin/data/hosts", );