File: 01_load.t

package info (click to toggle)
libmodule-extractuse-perl 0.344-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 868 kB
  • sloc: perl: 11,270; makefile: 17
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -w
use strict;
use Test::More tests=>2;

BEGIN {
    use_ok('Module::ExtractUse');
    use_ok('Module::ExtractUse::Grammar');
}