This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test that when directories in @INC are skipped, coderefs are still called.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Jun 2012 16:21:01 +0000 (18:21 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 1 Aug 2012 20:41:11 +0000 (22:41 +0200)
commite6c837f56971637e07a467eafee1c813287e20e0
treea8c6ad0c239409c57af2aa0874150f426adde6f3
parent2fc7dfcbbf2c319e5b0c6f61e4925c97d972274d
Test that when directories in @INC are skipped, coderefs are still called.

For filenames that are absolute, or start with ./ or ../ only coderefs in
@INC are called - directories are skipped. Test this behaviour.
MANIFEST
t/lib/test_require.pm [new file with mode: 0644]
t/op/inccode.t