Build.PL
changeset 2 19a7554ddd6c
child 4 cdf3ca65d677
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Build.PL	Sun Aug 07 10:01:07 2011 +0200
@@ -0,0 +1,14 @@
+use strict;
+use warnings;
+use Module::Build;
+
+Module::Build->new(
+    dist_name => "blockfuse",
+    dist_author => "Heiko Schlittermann",
+    dist_version_from => "bin/blockfuse",
+    requires => {
+	perl => "5.10.0",
+	autodie => "0",
+	Fuse => "0",
+    },
+)->create_build_script();