moved probe classes to ::Probe:: namespace
[scpubgit/System-Introspector.git] / t / hosts.t
index 323dcde..65822bb 100644 (file)
--- 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",
 );