File: manifest.t

package info (click to toggle)
libclass-accessor-grouped-perl 0.10014-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: perl: 648; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use warnings;
use Test::More;
BEGIN {
  eval 'use Test::CheckManifest 0.09; 1'
    or plan skip_all => 'Test::CheckManifest 0.09 not installed';
}

ok_manifest({
  exclude => ['/t/var', '/cover_db'],
  filter  => [qr/\.(svn|git)/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/, qr/\.DS_Store/],
  bool    => 'or'
});