/usr/local/CPAN/Set-Bag/Makefile.PL


require 5;

use ExtUtils::MakeMaker;

WriteMakefile(
	      'NAME'         => 'Set::Bag',
	      'VERSION_FROM' => 'Bag.pm',
	      'dist'         => { 'COMPRESS' => 'gzip' },
	      PREREQ_PM	      =>
	      	{
		    'Test::More'	=> 0,
		},
	      );