Crypt-DES_EEE3

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# $Id: Makefile.PL,v 1.1.1.1 2001/09/15 03:24:02 btrott Exp $

use ExtUtils::MakeMaker;
use strict;

WriteMakefile(
    NAME => 'Crypt::DES_EEE3',
    DISTNAME => 'Crypt-DES_EEE3',
    VERSION_FROM => 'lib/Crypt/DES_EEE3.pm',
    AUTHOR => 'Benjamin Trott <ben@rhumba.pair.com>',
    ABSTRACT => 'Triple-DES EEE encryption/decryption',
    PREREQ_PM => {
        'Crypt::DES' => 0,
        'Crypt::DES_EDE3' => 0,
    },
);



( run in 1.970 second using v1.01-cache-2.11-cpan-39bf76dae61 )