libtest-autoloader-perl

Testing utility for autosplit/autoloaded modules
  https://metacpan.org/release/Test-AutoLoader
  0
  no reviews



Test::autoloader single-purpose module attempts to eliminate uncaught syntax errors or other obvious goofs in subroutines that are autosplit, and hence not looked at by "perl -c module.pm". ideally, this module will become unnecessary as you reach full coverage of those subroutines in your unit tests. until that happy day, however, this should provide a quick and dirty backstop for embarrassing typos.