Lines Matching full:should
30 'canonpath() method should work just like the one in File::Spec' );
38 # with CFLAGS set, it should be returned
40 'cflags() should return CFLAGS member data, if set' );
52 # respects the config setting, should ignore whitespace around equal sign
62 like( $MM->{CFLAGS}, qr/OPTIMIZE = opt/, '... should set OPTIMIZE' );
63 like( $MM->{CFLAGS}, qr/PERLTYPE = pt/, '... should set PERLTYPE' );
64 like( $MM->{CFLAGS}, qr/CCFLAGS = $ccflags/, '... should set CCFLAGS' );
74 'manifypods() should return without PODS values set' );
78 like( $res, qr/manifypods.*foo.*foo.1/s, '... should add MAN3PODS targets' );
97 # and c:/*. $ENV{COMSPEC}, if it exists, should always be executable.
107 ok(MM->maybe_command($comspec), qq{'$comspec' should be executable"});
110 # 'C:/' should *never* be executable, it's a directory.
114 ok(!MM->maybe_command($cdrive), qq{'$cdrive' should never be executable});
118 # Our copy of Perl (with a unix-path) should always be executable.
121 ok(MM->maybe_command($Config{perlpath}), qq{'$Config{perlpath}' should be executable});