Thanks very much for testing out the Noid package.  I don't know
how you got the message you did, since I included BerkeleyDB in the
PREREQ_PM list for version 0.422.  Would you please check that you
have the following in Makefile.PL?

  WriteMakefile(
    EXE_FILES         => [ 'noid' ],
    NAME              => 'Noid',
    VERSION_FROM      => 'lib/Noid.pm',    # finds $VERSION
    PREREQ_PM         => {
        'BerkeleyDB'            => '0.20', # and sleepycat BDB C lib > 2.7.7
        'Fcntl'                 => '0',
        'Getopt::Long'          => '0',
        'Sys::Hostname'         => '0',
        'Text::ParseWords'      => '0',
    },
    ...

I'm new to CPAN, so please forgive me if I'm missing something.

-John

Reply via email to