rewire to match the new naming scheme and layout
[migration-tools.git] / emig.d / bin / mig-dump
index 57edeab..f741209 100755 (executable)
@@ -31,7 +31,7 @@ use Cwd qw(getcwd);
 use FindBin;
 my $mig_bin = "$FindBin::Bin/";
 use lib "$FindBin::Bin/";
-use Mig;
+use EMig;
 use open ':encoding(utf8)';
 
 pod2usage(-verbose => 2) if defined $ARGV[0] && $ARGV[0] eq '--help';