Revision history for Test-Alien-CPP
1.03 2022-05-10 14:44:45 -0600
- Fix bug in synopsis example (gh#10, gh#11)
1.02 2019-09-25 12:17:10 -0600
- Handle newer versions of ExtUtils::CppGuess which can
override $Config{cc} (gh#3, gh#4, gh#5)
- Require Alien::Build 1.21.
1.01 2019-05-20 14:51:27 -0400
- Bump required version of ExtUtils::CBuilder for C++ compat
- Moved to Perl5-Alien GitHub org
1.00_01 2019-05-08 05:38:57 -0600
- Put libstdc++ last (KIWIROY++, mohawk++)
0.99 2017-10-02 15:35:12 -0400
- Test for bug in Test::Alien::Build fixed in 1.21 (gh#1)
0.98 2017-08-25 10:26:05 -0400
- Production release identical to 0.97_01
0.97_01 2017-08-22 12:13:00 -0400
- use ExtUtils::CppGuess for a hopefully better support for C++
0.96 2017-08-16 11:37:50 -0400
- initial version