moved probe classes to ::Probe:: namespace
[scpubgit/System-Introspector.git] / t / sudoers.t
index 8420e07..d230980 100644 (file)
@@ -2,7 +2,7 @@ use strictures 1;
 use Test::More;
 use FindBin;
 
-use System::Introspector::Sudoers;
+use System::Introspector::Probe::Sudoers;
 
 my $dir = "$FindBin::Bin/sudoers-data";
 
@@ -23,7 +23,7 @@ my $bar_file = write_file("bar_host/baz",
     'in bar file',
 );
 
-my $probe = System::Introspector::Sudoers->new(
+my $probe = System::Introspector::Probe::Sudoers->new(
     sudoers_file => $start,
     hostname     => 'host',
 );