Change check_cpp() to check_conditional_preprocessor_statements()
authorJames E. Keenan <jkeenan@cpan.org>
Sun, 11 Apr 2010 14:35:40 +0000 (10:35 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:56 +0000 (20:53 +0200)
commite6de40936eb8d0ce01b0a0bdac9dd0fd31c8130e
treebf503d8b7c8b77d8450115df27aa804ae19ac7da
parent3da1efaaa280c4b32aee257b609b5f4698cedbc3
Change check_cpp() to check_conditional_preprocessor_statements()

... to be more self-documenting.

Also: Explicitly pass $self to Warn(), blurt() and death().
Add skeletons of files to test functions moved (or planned to be
moved) to Utilities.pm.
MANIFEST
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
dist/ExtUtils-ParseXS/t/107-make_targetable.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/108-map_type.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/110-assign_func_args.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/111-print_preprocessor_statements.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/112-set_cond.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t [new file with mode: 0644]