Codebase list libgraphics-primitive-perl / upstream/0.67+git20150121.1.fd5bfe6 Makefile.PL
upstream/0.67+git20150121.1.fd5bfe6

Tree @upstream/0.67+git20150121.1.fd5bfe6 (Download .tar.gz)

Makefile.PL @upstream/0.67+git20150121.1.fd5bfe6raw · 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';
requires 'Data::Visitor::Callback' => '0.30';

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

WriteAll;