File: 00-load.t

package info (click to toggle)
libmoox-file-configdir-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 132 kB
  • ctags: 9
  • sloc: perl: 219; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!perl -T

use strict;
use warnings FATAL => "all";

use Test::More tests => 1;

BEGIN {
    use_ok( 'MooX::File::ConfigDir' ) || BAIL_OUT "Couldn't load MooX::File::ConfigDir";
}

diag( "Testing MooX::File::ConfigDir $MooX::File::ConfigDir::VERSION, Perl $], $^X" );