Updated the Build.PL to newer Module::Build and added the pipermail
link.
--- 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 => {
--- a/bin/blockfuse Fri Aug 19 11:33:13 2011 +0200
+++ b/bin/blockfuse Wed Dec 05 22:42:00 2012 +0100
@@ -3,8 +3,10 @@
# rsync /dev/sda2 /images/sda2 does not work. There are
# patches for rsync around, but I didn't like to patch
# rsync…)
+# See
+# https://ssl.schlittermann.de/pipermail/lug-dd/2011-August/082847.html
-# Copyright (C) 2011 Heiko Schlittermann
+# Copyright (C) 2011, 2012 Heiko Schlittermann
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -168,4 +170,8 @@
Source: L<https://ssl.schlittermann.de/hg/blockfuse>
+=head1 SEE ALSO
+
+L<https://ssl.schlittermann.de/pipermail/lug-dd/2011-August/082847.html>
+
=cut