File: cpanfile

package info (click to toggle)
libdevel-stacktrace-ashtml-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 174; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
requires 'Devel::StackTrace';

on test => sub {
  requires 'Test::More' => 0.88;
};

on develop => sub {
  requires 'Test::Perl::Critic';
  requires 'Test::Spelling';
  requires 'Test::Synopsis';
};