diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-11 14:57:47 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-11 14:57:47 +0000 |
commit | 83d262ca549633c92697f5887f01e956752ecfdb (patch) | |
tree | be746604b60292f47145d051a1e01c9ff7a6f2f8 /Master/source/tlperl | |
parent | a90acc5dd1469772046478ad5242406fb5768904 (diff) |
Added Carp::Always for backtracing
git-svn-id: svn://tug.org/texlive/trunk@22425 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/source/tlperl')
-rw-r--r-- | Master/source/tlperl/Carp-Always-0.09.tar.gz | bin | 0 -> 4547 bytes | |||
-rw-r--r-- | Master/source/tlperl/tlperl.README | 12 |
2 files changed, 11 insertions, 1 deletions
diff --git a/Master/source/tlperl/Carp-Always-0.09.tar.gz b/Master/source/tlperl/Carp-Always-0.09.tar.gz Binary files differnew file mode 100644 index 00000000000..90a69e4d2b7 --- /dev/null +++ b/Master/source/tlperl/Carp-Always-0.09.tar.gz diff --git a/Master/source/tlperl/tlperl.README b/Master/source/tlperl/tlperl.README index a3adaf222aa..1138b3f2bdd 100644 --- a/Master/source/tlperl/tlperl.README +++ b/Master/source/tlperl/tlperl.README @@ -114,6 +114,16 @@ They were all configured, compiled and installed with dmake dmake install +Finally, for help in debugging: + + Carp-Always-0.09.tar.gz + +This can be installed the same way, but instead I placed Always.pm +manually in lib/Carp/ + +By adding an option -MCarp::Always to the perl command-line you get +a backtrace when your script dies with a fatal error. + MODIFICATIONS FOR TEXLIVE - lib/Config.pm and lib/Config_heavy.pl now compute the location of @@ -145,4 +155,4 @@ I also successfully ran epstopdf, updmap-sys and the uninstaller. Siep Kroonenberg -Last revision: February 27 2011 +Last revision: May 11 2011 |