Codebase list libgraphics-primitive-perl / debian/0.65-1 Makefile.PL
debian/0.65-1

Tree @debian/0.65-1 (Download .tar.gz)

Makefile.PL @debian/0.65-1raw · history · blame

use inc::Module::Install 0.75;

name     'Graphics-Primitive';
all_from 'lib/Graphics/Primitive.pm';
author   'Cory G Watson <gphat@cpan.org>';

build_requires 'Test::More';

requires 'Geometry::Primitive' => '0.16';
requires 'Graphics::Color' => '0.20';
requires 'Moose' => '0.90';
requires 'MooseX::Clone' => '0.04';
requires 'MooseX::Storage' => '0.17';
requires 'Forest' => '0.06';
requires 'JSON::Any' => '1.22';

repository 'git://github.com/gphat/graphics-primitive.git';

WriteAll;