summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm
Commit message (Collapse)AuthorAgeFilesLines
* ExtUtils-Constant: Fix to work on EBCDICKarl Williamson2022-04-171-2/+2
|
* Typo fixes.Nicholas Clark2017-08-081-3/+4
| | | | | Spotted by dsteinbrunner@pobox.com, reported as CPAN #85527. However, I think that the "to to" should be "to do", not "to".
* Add missing newline to macro_to_ifndef in ExtUtils::Constant::BaseJerry D. Hedden2010-09-221-1/+1
|
* Add macro_to_ifndef to ExtUtils::Constant::Base, and use it in place of #elseNicholas Clark2010-09-211-1/+13
| | | | | Previously the code was using the #ifdef generated by macro_to_ifdef(), and immediately following that with an #else. That was ugly. And longer.
* Move ExtUtils::Constant from ext/ to cpan/Nicholas Clark2009-10-021-0/+1006