| 1 |
Revision history for Perl extension ExtUtils::CXX |
| 2 |
|
| 3 |
1.01 |
| 4 |
- add perlcc => perlc++ transform. |
| 5 |
|
| 6 |
1.0 Sun Mar 25 08:05:42 CEST 2018 |
| 7 |
- allow for ccache and distcc prefixes before the actual compiler name. |
| 8 |
|
| 9 |
0.03 Mon Aug 14 07:26:13 CEST 2017 |
| 10 |
- oh, yeah, left bloody test code inside. |
| 11 |
- CONFIGURE_REQUIRES should have been PREREQ_PM. |
| 12 |
- cool, ExtUtils::MakeMaker uses the same dirty tricks as we do, |
| 13 |
so they don't really work (solution: |
| 14 |
also patch ExtUtils::MakeMaker::Config). |
| 15 |
- this version is actuallly tested (marginally). |
| 16 |
|
| 17 |
0.02 Mon Aug 14 06:28:34 CEST 2017 |
| 18 |
- first CPAN release. Also: eris came back. Also: completely untested. |
| 19 |
|
| 20 |
0.01 Mon Aug 14 03:49:44 CEST 2017 |
| 21 |
- cloned from Convert-Scalar as template. |
| 22 |
|