Additional install tests from Hans Dieter Pearcey (hdp@cpan.org). Thanks!
[p5sagit/local-lib.git] / t / dist / MB / Build.PL
diff --git a/t/dist/MB/Build.PL b/t/dist/MB/Build.PL
new file mode 100644 (file)
index 0000000..1b2aeb3
--- /dev/null
@@ -0,0 +1,6 @@
+use Module::Build;
+Module::Build->new(
+  module_name       => "MB",
+  dist_version      => 1,
+  license           => "perl",
+)->create_build_script;