summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/h2ph.pht
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/lib/h2ph.pht')
-rw-r--r--contrib/perl5/t/lib/h2ph.pht4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/perl5/t/lib/h2ph.pht b/contrib/perl5/t/lib/h2ph.pht
index 80867a6..e5b2932 100644
--- a/contrib/perl5/t/lib/h2ph.pht
+++ b/contrib/perl5/t/lib/h2ph.pht
@@ -1,3 +1,5 @@
+require '_h2ph_pre.ph';
+
unless(defined(&SQUARE)) {
sub SQUARE {
local($x) = @_;
@@ -27,7 +29,7 @@ unless(defined(&_H2PH_H_)) {
if(!(defined (defined(&__SOMETHING_MORE_IMPORTANT) ? &__SOMETHING_MORE_IMPORTANT : 0))) {
}
elsif(!(defined (defined(&__SOMETHING_REALLY_REALLY_IMPORTANT) ? &__SOMETHING_REALLY_REALLY_IMPORTANT : 0))) {
- die("Nup, can't go on ");
+ die("Nup\,\ can\'t\ go\ on\ ");
} else {
eval 'sub EVERYTHING_IS_OK () {1;}' unless defined(&EVERYTHING_IS_OK);
}
OpenPOWER on IntegriCloud