File: Makefile_PL_settings_maint.plx

package info (click to toggle)
libdispatch-class-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 115; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use warnings;

sub {
    my ($opt) = @_;

    $opt->{DEVELOP_REQUIRES} = {
        'Test::Pod'                => 1.22,
        'Pod::Markdown::Githubert' => 0,
        'Pod::Text'                => 4.09,
    };
}