diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-02-28 18:35:06 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-28 18:35:06 +0100 |
| commit | 46cd0526adfe160984e36dcfc7af208b7ba6cd38 (patch) | |
| tree | beaf0edea9c6251078ad2d0941f08a678cec26b0 /Build.PL | |
| parent | 9bad034398563ebea573eb3b9ba359ebfe39f875 (diff) | |
| parent | ab5b9d1a29654e8bcda2c32ea80be6d9f9b87938 (diff) | |
Merge branch 'master' of aneurysm:var/git_root/dthumb
Conflicts:
bin/dthumb
Diffstat (limited to 'Build.PL')
| -rw-r--r-- | Build.PL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ my $build = Module::Build->new( dist_name => 'dthumb', module_name => 'App::Dthumb', license => 'unrestricted', + PL_files => { + 'lib/App/Dthumb/Data.pm.PL' => 'lib/App/Dthumb/Data.pm', + }, requires => { 'perl' => '5.10.0', 'autodie' => 0, |
