This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Break out the code to generate #ifdef/#endif into new methods
authorNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2005 19:00:52 +0000 (19:00 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2005 19:00:52 +0000 (19:00 +0000)
commit329b93cd165ae2f0ce223aadada619c461255001
treeff8d15ea9d660922a0b9f08a44ed1865e3a0a93a
parentc445ea15829fa1ef23c4453a817f9c096a56a192
Break out the code to generate #ifdef/#endif into new methods
macro_to_ifdef and macro_to_endif
Add an args hashref to normalise_items; provide a
disable_utf8_duplication argument to disable the utf8 duplication code.

p4raw-id: //depot/perl@26451
lib/ExtUtils/Constant/Base.pm