File: Makefile.PL

package info (click to toggle)
librdf-helper-properties-perl 0.24-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: perl: 1,677; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
use inc::Module::Install;

name        'RDF-Helper-Properties';
all_from    'lib/RDF/Helper/Properties.pm';
readme_from 'lib/RDF/Helper/Properties.pm';
author      q{Kjetil Kjernsmo <kjetilk@cpan.org>};
license     'perl';

test_requires 'Test::More';
test_requires 'FindBin';

requires 'Moo'                   => 1.006001;
requires 'Types::Standard'       => 0;
requires 'namespace::autoclean'  => 0.13;
requires 'RDF::Trine'            => 0.135;

recommends 'CHI';
recommends 'Moose';

#author_tests('xt');

#auto_set_repository;

resources
  bugtracker    => "https://github.com/kjetilk/RDF-Helper-Properties/issues";

rdf_metadata;

write_doap_changes;

sign;

WriteAll;