diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-18 22:19:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-18 22:19:52 +0100 |
commit | fa5a6a91dfb4cff3666bbb887a2d7db10af26ef2 (patch) | |
tree | 05bf82f5e93d1f2609d49a89f26965b6ab4457c8 /Build.PL | |
parent | 94c62d3b46c9484c6e10bf9236a863163618bc59 (diff) |
Add Documentation
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ my $build = Module::Build->new( 'autodie' => 0, 'Crypt::CBC' => 0, 'Crypt::Eksblowfish' => 0, + 'Crypt::Eksblowfish::Bcrypt' => 0, + 'File::Path' => 0, + 'File::Slurp' => 0, 'POSIX' => 0, }, script_files => 'bin/', |