Searched refs:PERL_CORE (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A Dcore.c1 #define PERL_CORE macro
H A Dnotcore.c1 #undef PERL_CORE macro
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A D00-load.t8 unless $ENV{PERL_CORE};
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A Dhas_plan2.t4 if( $ENV{PERL_CORE} ) {
13 if( !$ENV{HARNESS_ACTIVE} && $ENV{PERL_CORE} ) {
H A Dhas_plan.t4 if( $ENV{PERL_CORE} ) {
H A Dok_obj.t7 if( $ENV{PERL_CORE} ) {
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_file_export.t8 require($ENV{PERL_CORE} ? "../../t/test.pl" : "./t/test.pl");
H A Dio_utf8argv.t8 require($ENV{PERL_CORE} ? "../../t/test.pl" : "./t/test.pl");
14 if $::IS_EBCDIC && ! $ENV{PERL_CORE};
25 require($ENV{PERL_CORE} ? "../../t/charset_tools.pl" : "./t/charset_tools.pl");
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/
H A Dsource5 unshift @INC, '../../lib' if $ENV{PERL_CORE};
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A DBEGIN_require_ok.t9 if( $ENV{PERL_CORE} ) {
H A DBEGIN_use_ok.t8 if( $ENV{PERL_CORE} ) {
H A Dfilehandles.t4 if( $ENV{PERL_CORE} ) {
H A Dplan_shouldnt_import.t6 if( $ENV{PERL_CORE} ) {
H A Dplan.t4 if( $ENV{PERL_CORE} ) {
H A Ddont_overwrite_die_handler.t5 if( $ENV{PERL_CORE} ) {
H A Dexplain.t4 if( $ENV{PERL_CORE} ) {
H A Dfork.t14 if( $ENV{PERL_CORE} ) {
H A Dnote.t4 if( $ENV{PERL_CORE} ) {
H A Dstrays.t11 if( $ENV{PERL_CORE} ) {
H A Dtbm_doesnt_set_exported_to.t4 if( $ENV{PERL_CORE} ) {
H A Dbuffer.t8 if( $ENV{PERL_CORE} ) {
/openbsd-current/gnu/usr.bin/perl/dist/IO/
H A DMakefile.PL6 my $PERL_CORE = grep { $_ eq 'PERL_CORE=1' } @ARGV;
12 unless ( $PERL_CORE or exists $Config{'i_poll'} ) {
35 $PERL_CORE
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/t/
H A DSpec-taint.t6 chdir 't' unless $ENV{PERL_CORE};
/openbsd-current/gnu/usr.bin/perl/cpan/parent/t/
H A Dparent-classfromclassfile.t4 if( $ENV{PERL_CORE} ) {
H A Dparent-classfromfile.t4 if( $ENV{PERL_CORE} ) {

Completed in 204 milliseconds

1234567891011>>