/usr/local/CPAN/MooseX-Types-Authen-Passphrase/Makefile.PL


#!/usr/bin/perl -w

use strict;

use ExtUtils::MakeMaker;

WriteMakefile(
	NAME         => 'MooseX::Types::Authen::Passphrase',
	VERSION_FROM => 'lib/MooseX/Types/Authen/Passphrase.pm',
	INSTALLDIRS  => 'site',
	SIGN         => 1,
	PL_FILES     => { },
	PREREQ_PM    => {
		'MooseX::Types' => 0,
		'MooseX::Types::Moose' => 0,
		'Authen::Passphrase' => 0,
		'Test::use::ok' => 0,
	},
);