The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#makefile maker for UserMoveSelection


use ExtUtils::MakeMaker;

WriteMakefile
(
	'NAME'		=>	'OSS::LDAPops',
	'VERSION_FROM'	=>	'lib/OSS/LDAPops.pm',
	'PREREQ_PM' => 
			{
				Net::LDAP	=> 0.34,

			},
	'EXE_FILES' =>
			[
				'bin/ldapops.pl',
				'bin/netgroupcache.pl'
			]
);