File: cpanfile

package info (click to toggle)
libparse-distname-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 161; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
requires 'Exporter' => '5.57'; # for import

on 'test' => sub {
    requires 'Test::More' => '0.88'; # for done_testing
    requires 'Test::UseAllModules' => '0.17';
    requires 'Test::Differences';
    requires 'JSON::PP';
};