File: cpanfile

package info (click to toggle)
libstring-diff-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 333; sh: 20; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
requires 'perl', '5.008005';

requires 'Algorithm::Diff', '0';

on test => sub {
    requires 'Test::Base';
    requires 'Test::More', '0.88';
    requires 'YAML', '0';
};
on develop => sub {
    requires 'Test::Spelling';
    requires 'Test::Perl::Critic';
    requires 'Test::Pod';
};