Alien-OpenVcdiff

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;

use Alien::Base::ModuleBuild;


## Run this when you change docs so the github README.pod is updated. I'm sure there is a better way with Module::Build ...
## perldoc -uT lib/Alien/OpenVcdiff.pm > README.pod


my $builder = Alien::Base::ModuleBuild->new(
  module_name => 'Alien::OpenVcdiff',
  dist_abstract => 'Build and install open-vcdiff, a binary diff/patch library',
  license => 'apache',
  configure_requires => {
    'Alien::Base::ModuleBuild' => '0.003',
    'Module::Build' => '0.38',



( run in 0.317 second using v1.01-cache-2.11-cpan-05444aca049 )