File: Makefile.PL

package info (click to toggle)
libdbix-class-introspectablem2m-perl 0.001002-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 144 kB
  • ctags: 110
  • sloc: perl: 1,315; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /usr/bin/perl -w

# Load the Module::Install bundled in ./inc/
use inc::Module::Install;

# Define metadata
name 'DBIx-Class-IntrospectableM2M';
abstract 'Introspect many-to-many relationships';
all_from 'lib/DBIx/Class/IntrospectableM2M.pm';

# Specific dependencie
requires 'DBIx::Class';
build_requires 'Test::More';

WriteAll;