diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-13 14:05:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-13 14:05:53 +0200 |
commit | eba429f5db142cec1b0b7d02a26b475d0ea0f367 (patch) | |
tree | 5025be3525bf53e83ec68cde5fcfb72f374a3e5a /Build.PL | |
parent | 97beb3e0db45550784dced0abfbe38f0eb65571c (diff) |
Build.PL: sign builds
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,5 +26,6 @@ my $build = Module::Build->new( 'POSIX' => 0, }, script_files => 'bin/', + sign => 1, ); $build->create_build_script(); |