| Commit message (Expand) | Author | Age | Files | Lines |
* | In Carp, if @DB::args still contains our sentinel, reset it. | Nicholas Clark | 2010-07-22 | 1 | -0/+1 |
* | In Carp, if B is loaded use it to get the name of the bad caller override. | Nicholas Clark | 2010-07-21 | 1 | -2/+12 |
* | Detect incomplete caller overrides in Carp, and avoid using bogus @DB::args. | Nicholas Clark | 2010-07-21 | 1 | -1/+7 |
* | In Carp, minimise the amount of code running in package DB. | Nicholas Clark | 2010-07-21 | 1 | -2/+4 |
* | Bump version of Carp | Rafael Garcia-Suarez | 2010-05-02 | 1 | -1/+1 |
* | [perl #74808] Carp.pm POD error | Gene Sullivan | 2010-05-02 | 1 | -1/+1 |
* | Completely avoid autovivification of CORE::GLOBAL::caller | Rafael Garcia-Suarez | 2010-01-10 | 1 | -6/+6 |
* | Typo fix : caller:: isn't caller | Rafael Garcia-Suarez | 2010-01-10 | 1 | -2/+2 |
* | refine Carp caller() fix and add tests | David Golden | 2009-11-06 | 1 | -6/+6 |
* | bump Carp version number | David Golden | 2009-11-06 | 1 | -1/+1 |
* | Have Carp respect CORE::GLOBAL::caller if it exists | David Golden | 2009-11-06 | 1 | -6/+9 |
* | Bump Carp.pm's version number since it differs from the version in 5.11.0 | Jesse Vincent | 2009-10-20 | 1 | -1/+1 |
* | A number of pod fixes found by podcheck.t | Jesse Vincent | 2009-10-05 | 1 | -1/+1 |
* | [perl #68708] Add "CARP_NOT" section to Carp's POD | Alan Grover | 2009-08-24 | 1 | -0/+39 |
* | Merge Carp::Heavy into Carp | Rafael Garcia-Suarez | 2009-07-14 | 1 | -20/+270 |
* | bump versions of non-dual-life modules that | David Mitchell | 2009-07-03 | 1 | -1/+1 |
* | POD nits from Frank Wiegand <frank.wiegand@gmail.com> | Abigail | 2008-12-22 | 1 | -2/+2 |
* | [perl #60300] doc Carp $Carp::Internal{__PACKAGE__} example | Kevin Ryde | 2008-11-03 | 1 | -2/+2 |
* | $Carp::VERSION++ following change 33992. | Nicholas Clark | 2008-06-07 | 1 | -1/+1 |
* | Small typo fix in Carp.pm | Rafael Garcia-Suarez | 2008-06-03 | 1 | -1/+1 |
* | Carp's argument backtrace code would show undef as "undef" - a string. | Nicholas Clark | 2007-09-12 | 1 | -1/+1 |
* | Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow | Nicholas Clark | 2006-11-26 | 1 | -3/+3 |
* | Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented? | Ben Tilly | 2006-11-14 | 1 | -43/+74 |
* | ensure failure to load Carp::Heavy gets reported | Dave Mitchell | 2006-05-29 | 1 | -2/+12 |
* | undo some excessive Carp.pm minimalisation | Dave Mitchell | 2005-07-01 | 1 | -12/+11 |
* | move Carp.pod back into Carp.pm | Dave Mitchell | 2005-06-28 | 1 | -0/+158 |
* | Make Carp.pm even lighter (and Carp::Heavy even heavier) | Dave Mitchell | 2005-06-27 | 1 | -250/+13 |
* | Fix croak() and confess() so that they don't clobber $! | Steve Hay | 2005-05-03 | 1 | -4/+4 |
* | Re: [PATCH] Remove Carp from warnings.pm | Jim Cromie | 2005-01-07 | 1 | -2/+4 |
* | Document Carp's global variables + provide tests | Jos I. Boumans | 2004-08-17 | 1 | -14/+82 |
* | Bump version numbers | Nicholas Clark | 2004-07-01 | 1 | -1/+1 |
* | Carp was mostly unusable with Safe because it may require | Rafael Garcia-Suarez | 2004-06-03 | 1 | -2/+12 |
* | Nicer formatting for function arguments in Carp messages | Steve Hay | 2004-01-10 | 1 | -1/+1 |
* | fix warning + carp interaction | Paul Marquess | 2002-03-24 | 1 | -0/+1 |
* | Retract #13607 until we figure out what to do with autouse. | Jarkko Hietaniemi | 2001-12-11 | 1 | -19/+26 |
* | (retracted by #13622) | Ben Tilly | 2001-12-11 | 1 | -26/+19 |
* | RE: More verbose POD for Carp | Ben Tilly | 2001-12-02 | 1 | -2/+13 |
* | Enabling strict on Carp/Heavy, + internal documentation | Ben Tilly | 2001-12-01 | 1 | -14/+62 |
* | [DOC PATCH] Carp.pm pod typo | Rafael Garcia-Suarez | 2001-09-28 | 1 | -1/+1 |
* | Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of | Mike Guy | 2001-06-25 | 1 | -5/+8 |
* | (Replaced by #10922) | Tony Bowden | 2001-06-24 | 1 | -1/+6 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 1 | -0/+2 |
* | Need help with warnings :-( | Ben Tilly | 2000-12-05 | 1 | -0/+2 |
* | avoid $@-clearing sideeffect of require in Carp | Gurusamy Sarathy | 2000-02-18 | 1 | -2/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-07-26 | 1 | -176/+4 |
* | don't display tid from main thread (or testsuite breaks) | Gurusamy Sarathy | 1999-07-19 | 1 | -4/+8 |
* | display thread id in diagnostics (suggested by Dan Sugalski) | Gurusamy Sarathy | 1999-07-18 | 1 | -2/+10 |
* | PATCH (5.005_57): defined(@a) now deprecated | Mark-Jason Dominus | 1999-05-28 | 1 | -3/+3 |
* | allow the Carp routines to pass through exception objects | Gurusamy Sarathy | 1999-02-15 | 1 | -0/+8 |
* | CPAN update (CPAN-1.44_54) from Andreas and | Abigail | 1999-01-21 | 1 | -1/+1 |