File: a_use_ok.t

package info (click to toggle)
libmodule-used-perl 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 489; makefile: 7
file content (14 lines) | stat: -r--r--r-- 354 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env perl

use 5.008003;
use utf8;
use strict;
use warnings;

use Test::More tests => 1;

use_ok('Module::Used') or BAIL_OUT('No point in continuing.');

# setup vim: set filetype=perl tabstop=4 softtabstop=4 expandtab :
# setup vim: set shiftwidth=4 shiftround textwidth=78 nowrap autoindent :
# setup vim: set foldmethod=indent foldlevel=0 :