diff options
Diffstat (limited to 'lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL')
-rw-r--r-- | lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL b/lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL new file mode 100644 index 0000000000..3863bf0815 --- /dev/null +++ b/lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL @@ -0,0 +1,4 @@ +printf "\@INC %s .\n", (grep { $_ eq '.' } @INC) ? "has" : "doesn't have"; + +warn "I think I'm going to be sick\n"; +die "YYYAaaaakkk\n"; |