# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1354743720 -3600 # Node ID 4ab3408f01d2c488b03b274de996ae0e0bc01d1e # Parent b59ac57deb15aceeee1d8124089d06013772795e Updated the Build.PL to newer Module::Build and added the pipermail link. diff -r b59ac57deb15 -r 4ab3408f01d2 Build.PL --- 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 ", 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 => { diff -r b59ac57deb15 -r 4ab3408f01d2 bin/blockfuse --- 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 +=head1 SEE ALSO + +L + =cut