The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ur test compile - Attempts to compile each module in the namespace in its own process.

VERSION

This document describes ur test compile version 0.29.

SYNOPSIS

ur test compile [CLASSES-OR-MODULES]

ur test complie

ur test compile Some::Module Some::Other::Module

ur test complile Some/Module.pm Some/Other/Mod*.pm

OPTIONAL ARGUMENTS

CLASSES-OR-MODULES

(undocumented)

DESCRIPTION:

  This command runs "perl -c" on each module in a separate process and aggregates results.
  Running with --verbose will list specific modules instead of just a summary.
  
  Try "ur test use" for a faster evaluation of whether your software tree is broken. :)