summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Carp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Carp')
-rw-r--r--Master/tlpkg/tlperl/lib/Carp/Heavy.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Carp/Heavy.pm b/Master/tlpkg/tlperl/lib/Carp/Heavy.pm
new file mode 100644
index 00000000000..38f95d8a5aa
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/Carp/Heavy.pm
@@ -0,0 +1,10 @@
+package Carp;
+
+# On one line so MakeMaker will see it.
+use Carp; our $VERSION = $Carp::VERSION;
+
+1;
+
+# Most of the machinery of Carp used to be there.
+# It has been moved in Carp.pm now, but this placeholder remains for
+# the benefit of modules that like to preload Carp::Heavy directly.