Move several functions to Utilities.pm
authorJames E. Keenan <jkeenan@cpan.org>
Sun, 11 Apr 2010 17:52:39 +0000 (13:52 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:56 +0000 (20:53 +0200)
commit2a09a23f40e9a429ccdc2d65e05a980645051508
tree751a13ad997d52da1166706e86af8db3bfb5ddc9
parente6de40936eb8d0ce01b0a0bdac9dd0fd31c8130e
Move several functions to Utilities.pm

Namely: check_conditional_preprocessor_statements(), Warn(),
blurt() and death() to Utilities.pm.

Add file to test blurt, death and Warn.  (death() is not
really testable yet due to hard-coded 'exit'.)  ovid++, rjbs++,
xdg+++ for assistance in developing tests."
MANIFEST
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t
dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t [new file with mode: 0644]