Alien-DBD-SQLite-BundledExtensions

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

#!/usr/bin/env perl
use strict;
use warnings;
use lib './lib';
use Alien::DBD::SQLite::BundledExtensions;

use Alien::Base::ModuleBuild;

my $builder = Alien::Base::ModuleBuild->new(
  module_name => 'Alien::DBD::SQLite::BundledExtensions',

  license => 'artistic_2', # TODO this might need to change based on the license of the extensions I'm bundling with this.  Do more research.
  alien_repository => {
    protocol => 'local',



( run in 0.282 second using v1.01-cache-2.11-cpan-87723dcf8b7 )