MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //installd/perl588installer/File-HomeDir-0.82/t/01_compile.t
#!/usr/bin/perl

# Compile-testing for File::HomeDir

use strict;
BEGIN {
	$|  = 1;
	$^W = 1;
}
use File::Spec::Functions ':ALL';

use Test::More tests => 8;

# This module is destined for the core.
# Please do NOT use convenience modules
# use English; <-- don't do this

ok( $] > 5.00503, 'Perl version is 5.005 or newer' );

use_ok( 'File::HomeDir::Driver'  );
use_ok( 'File::HomeDir::Unix'    );
use_ok( 'File::HomeDir::Darwin'  );
use_ok( 'File::HomeDir::Windows' );
use_ok( 'File::HomeDir::MacOS9'  );
use_ok( 'File::HomeDir'          );

ok( defined &home, 'Using File::HomeDir exports home()' );