File: 00.load.t

package info (click to toggle)
perlbrew 0.78-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 708 kB
  • sloc: perl: 6,291; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use Test::More tests => 1;
use lib qw(lib);

use_ok('App::perlbrew');