Build.PL
changeset 10 4ab3408f01d2
parent 9 b59ac57deb15
--- a/Build.PL	Fri Aug 19 11:33:13 2011 +0200
+++ b/Build.PL	Wed Dec 05 22:42:00 2012 +0100
@@ -6,13 +6,15 @@
     dist_name => "blockfuse",
     dist_author => "Heiko Schlittermann <hs\@schlittermann.de>",
     dist_version_from => "bin/blockfuse",
-    license => "GPL",
+    dist_abstract => "map a block device into a ordinary file",
+    license => "GPL_3",
+    create_license => 1,
     script_files => [glob "bin/*"],
     requires => {
 	perl => "5.10.0",
 	autodie => "0",
+	Fuse => "0",
 	"IPC::System::Simple" => "0",
-	Fuse => "0",
 	"Pod::Usage" => "0",
     },
     build_requires => {