This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for c7ac81d9d79d22d7d1133b804e5f8dc4a641fe39
authorJames E Keenan <jkeenan@cpan.org>
Sat, 15 Jul 2017 16:47:07 +0000 (12:47 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 15 Jul 2017 17:01:03 +0000 (13:01 -0400)
Signed-off-by: James E Keenan <jkeenan@cpan.org>
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
pod/perldelta.pod

index 511e5fe..77cecc5 100644 (file)
@@ -50,7 +50,7 @@ sub new {
 
     ## If the path is just "cc", fileparse returns $ccpath as "./"
     $ccpath = "" if $self->{config}{cc} =~ /^$ccbase$ccsfx$/;
 
     ## If the path is just "cc", fileparse returns $ccpath as "./"
     $ccpath = "" if $self->{config}{cc} =~ /^$ccbase$ccsfx$/;
-      
+
     foreach my $cxx (@{$cc2cxx{$ccbase}}) {
       my $cxx1 = File::Spec->catfile( $ccpath, $cxx . $ccsfx);
 
     foreach my $cxx (@{$cc2cxx{$ccbase}}) {
       my $cxx1 = File::Spec->catfile( $ccpath, $cxx . $ccsfx);
 
index b298485..0fee558 100644 (file)
@@ -126,6 +126,10 @@ XXX
 
 L<XXX> has been upgraded from version A.xx to B.yy.
 
 
 L<XXX> has been upgraded from version A.xx to B.yy.
 
+=item *
+
+L<ExtUtils::CBuilder> has been upgraded from version 0.280225 to 0.280226.
+
 =back
 
 =head2 Removed Modules and Pragmata
 =back
 
 =head2 Removed Modules and Pragmata