Guest User

Untitled

a guest
Apr 24th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!perl -T
  2.  
  3. eval {
  4. require Test::UseAllModules;
  5. Test::UseAllModules->import;
  6. };
  7.  
  8. Test::More::plan( skip_all =>
  9. "Test::UseAllModules required " .
  10. "for testing presence of all manifested modules"
  11. ) if $@;
  12.  
  13. all_uses_ok();
Add Comment
Please, Sign In to add comment