[PDD] Add docs for the Parrot_PMC_push_* and Parrot_PMC_pop_* functions
[parrot.git] / ext / SQLite3 / Makefile.PL
blob3609c4b4bdd2ce3ce198ab1e554d2c4c8794eacb
1 use lib '../../lib';
2 use Parrot::Configure;
3 my $pc = Parrot::Configure->new();
4 $pc->data->get_PConfig();
5 $pc->genfile("Makefile.in" => "Makefile");