Mostly adding tests and documentation.
authorJames E. Keenan <jkeenan@cpan.org>
Sun, 11 Apr 2010 20:48:23 +0000 (16:48 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:56 +0000 (20:53 +0200)
commit361d4be63e3524dfef7e707b7fa0293ce72c6bf2
tree6ad8099172d7c9839dd27e118a2cc044e6c57ba7
parent2a09a23f40e9a429ccdc2d65e05a980645051508
Mostly adding tests and documentation.

Rename sub print_preprocessor_statements() to
analyze_preprocessor_statements().  Modify interface to map_type() and
re-work tests as needed.  Wrote documentation in Utilities.pm for
process_single_typemap(), map_type(), standard_XS_defs(),
assign_func_args(), analyze_preprocessor_statements().  Write tests
in t/109-standard_XS_defs.t, t/110-assign_func_args.t.
MANIFEST
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
dist/ExtUtils-ParseXS/t/104-map_type.t
dist/ExtUtils-ParseXS/t/108-map_type.t
dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t
dist/ExtUtils-ParseXS/t/110-assign_func_args.t
dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t [moved from dist/ExtUtils-ParseXS/t/111-print_preprocessor_statements.t with 53% similarity]
dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t
dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t
dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm [new file with mode: 0644]