mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-23 06:27:55 +00:00
4ef66ec7f6
Memory heavy jobs (>2 GB) moved to parallel-local-mem.sh. Passes testsuite.
11 lines
289 B
Perl
11 lines
289 B
Perl
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.
|