BDB

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

*** If you are unsure wether your perl has been fixed, your system
*** is safe for other reasons, or you experience spurious segfaults,
*** please compile your perl with -Dusemymalloc=n.
***

EOF
}

my $mm = MM->new({
    dist         => {
       PREOP	=> 'pod2text BDB.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
       COMPRESS	=> 'gzip -9v',
       SUFFIX	=> '.gz',
	            },
    NAME         => "BDB",
    VERSION_FROM => "BDB.pm",
    INC          => $INC,
    LIBS         => $LIBS,
    PREREQ_PM    => {
       common::sense => 0,
    },



( run in 0.237 second using v1.01-cache-2.11-cpan-496ff517765 )