This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify chdir 't' if -d 't';
[perl5.git] / t / lib / test_require.pm
CommitLineData
e6c837f5
NC
1#!perl -w
2# Don't use strict because this is for testing require
3
4package test_require;
5
6++$test_require::loaded;