We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b7fbf commit bfbed58Copy full SHA for bfbed58
Changes
@@ -1,3 +1,4 @@
1
+0.27 2023-11-19
2
- support C++20 and C++23 standards, and vendored version output - thanks @tonycoz
3
4
0.26 2022-04-21
lib/ExtUtils/CppGuess.pm
@@ -205,7 +205,7 @@ use Capture::Tiny 'capture_merged';
205
use File::Spec::Functions qw(catfile);
206
use File::Temp qw(tempdir);
207
208
-our $VERSION = '0.26';
+our $VERSION = '0.27';
209
210
sub new {
211
my( $class, %args ) = @_;
0 commit comments