moved probe classes to ::Probe:: namespace
[scpubgit/System-Introspector.git] / t / mountpoints.t
index 8f8e5b7..e3f8859 100644 (file)
@@ -1,9 +1,9 @@
 use strictures 1;
 use Test::More;
 
-use System::Introspector::MountPoints;
+use System::Introspector::Probe::MountPoints;
 
-my $probe = System::Introspector::MountPoints->new;
+my $probe = System::Introspector::Probe::MountPoints->new;
 my $data  = $probe->gather;
 
 ok $data->{fstab}, 'received fstab data';