File: 00-load.t

package info (click to toggle)
libmoox-file-configdir-perl 0.003-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 8
  • sloc: perl: 127; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!perl -T

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" );