Crypt-Twofish2

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

require 5.005;

WriteMakefile(
    dist	=> {
	            PREOP	=> 'pod2text Twofish2.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
	            COMPRESS	=> 'gzip -9v',
	            SUFFIX	=> '.gz',
	           },
    NAME => "Crypt::Twofish2",
    VERSION_FROM => "Twofish2.pm",
);



( run in 0.306 second using v1.01-cache-2.11-cpan-8d75d55dd25 )