The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

#use File::Spec;
#my $DicomPack_pm = File::Spec->catfile('lib', 'DicomPack', 'IO', 'DicomReader.pm');

WriteMakefile(
	NAME => "DicomPack",
	VERSION => '0.95',
	ABSTRACT => 'Read/Write/Create Dicom files',
	AUTHOR => 'Baoshe Zhang <bzhang@vcu.edu>',
	LICENSE => 'perl',
);