summaryrefslogtreecommitdiff
path: root/dist/Carp
Commit message (Collapse)AuthorAgeFilesLines
* release Carp-1.23 to CPANZefram2011-09-092-2/+2
|
* make Carp::Heavy load Carp for backcompatZefram2011-09-092-1/+12
|
* avoid " in Carp.t test programs, due to Win32 shell issuesTony Cook2011-09-081-3/+3
| | | | | | Win32 doesn't have a real execv(), so the " end up in the command-line, interfering with the normal quoted command-line processing.
* improve Carp portability to earlier perlsZefram2011-09-044-25/+81
| | | | | | * avoid vivifying globs in utf8:: * skip caller override completeness check if it would leak * regularise format of Carp::Heavy for CPAN indexing
* dual-life CarpZefram2011-09-044-0/+1111
Make Carp portable to older Perl versions: * check minimum Perl version (5.6) at load time * use || instead of // * attempt downgrading to avoid loading Unicode tables when that might fail * check whether utf8::is_utf8() exists before calling it * lower IPC::Open3 version requirement in Carp tests