The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl -w

use ExtUtils::MakeMaker;

WriteMakefile (ABSTRACT => 'Wrapper Class for Microsoft Visual SourceSafe',
	       AUTHOR => 'BPrudent (Brandon Prudent)',
	       DISTNAME => 'VSS',
	       INSTALLMAN3DIR => 'none',
	       VERSION => '1.0.4',
	       PREREQ_PM => {
	       		'Win32::OLE' => 0,
			'Win32::TieRegistry' => 1
	       	});