The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME			=>	'XPanel',
	VERSION_FROM	=>	'lib/XPanel.pm',
	PREREQ_PM		=>	{
							'CGI::Session' => 0, 
							'File::Type' => 0, 
							'Digest::MD5'=> 0,
							'Test::More' => 0,
							'HTML::Template' => 0,
							'Geo::IP::PurePerl' => 0,
						},
	ABSTRACT		=>	'xpanel.com',
	AUTHOR			=>	'Lilian Rudenco <xpanel@cpan.org>',
);