]> git.vpit.fr Git - perl/modules/Mac-NSGetExecutablePath.git/blob - t/00-load.t
a96da09c6c48495dd967bd4ba2a879176842383d
[perl/modules/Mac-NSGetExecutablePath.git] / t / 00-load.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7
8 BEGIN {
9         use_ok( 'Mac::NSGetExecutablePath' );
10 }
11
12 diag( "Testing Mac::NSGetExecutablePath $Mac::NSGetExecutablePath::VERSION, Perl $], $^X" );