moved probe classes to ::Probe:: namespace
[scpubgit/System-Introspector.git] / t / host.t
index 1bfaa1a..4e64d9e 100644 (file)
--- a/t/host.t
+++ b/t/host.t
@@ -1,9 +1,9 @@
 use strictures 1;
 use Test::More;
 
-use System::Introspector::Host;
+use System::Introspector::Probe::Host;
 
-my $probe = System::Introspector::Host->new;
+my $probe = System::Introspector::Probe::Host->new;
 my $data  = $probe->gather;
 
 ok length($data->{hostname}), 'found a hostname';