DBIx-Tree-Persist

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
	($] ge '5.005') ?
	(
		AUTHOR   => 'Ron Savage <ron@savage.net.au>',
		ABSTRACT => 'Play with Tree and Tree::Persist a la DBIx::Tree',
    ) : (),
	clean =>
	{
		FILES => 'blib/* Makefile MANIFEST DBIx-Tree-Persist-*'
	},
	dist =>
	{
		COMPRESS => 'gzip',
		SUFFIX   => 'gz'
	},
	DISTNAME  => 'DBIx-Tree-Persist',
	NAME      => 'DBIx::Tree::Persist',
	PL_FILES  => {},
	PREREQ_PM =>
	{
		Config::Tiny             => 2.12,
		Data::Dumper::Concise    => 2.012,
		DBD::SQLite              => 1.31,
		DBI                      => 1.612,
		DBIx::Admin::CreateTable => 2.07,
		File::Slurp              => 9999.13,
		File::Temp               => 0.22,
		FindBin                  => 1.49,
		Hash::FieldHash          => 0.10,
		strict                   => 0,
		warnings                 => 0,
	 	Test::More               => 0.94,
 		Test::Pod                => 1.44,
		Tree                     => 1.01,
		Tree::Persist            => 1.01,
	},
	VERSION_FROM => 'lib/DBIx/Tree/Persist.pm',
);



( run in 1.551 second using v1.01-cache-2.11-cpan-364913b4093 )