File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11Changes for Perl extension Perl-Dist-Strawberry
22
3- 4.024 2024-04-28
3+ 4.024 2024-04-30
44 - Forgot to fix some change logs.
55 - Beginnings of getting things to work for MSVC
66 - Fixed a few bugs with patch, etc.
@@ -11,6 +11,7 @@ Changes for Perl extension Perl-Dist-Strawberry
1111 - Simplified the CPANMINUS_install_modules.pl script
1212 - Ensure all shared scripts use v5.18
1313 - Ensure all shared scripts use GetOpts a bit more correctly
14+ - Stop clobbering %ENV on nmake (MSVC) builds
1415
15164.023 2024-04-26
1617 - used for building strawberry perl 5.34 - 5.28
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use File::ShareDir qw();
1717use Pod::Usage qw( pod2usage) ;
1818use LWP::UserAgent;
1919
20- our $VERSION = ' 4.024 ' ;
20+ our $VERSION = ' 4.025 ' ;
2121
2222sub new {
2323 my $class = shift ;
You can’t perform that action at this time.
0 commit comments