File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes for Perl extension Perl-Dist-Strawberry
2
2
3
- 4.024 2024-04-28
3
+ 4.024 2024-04-30
4
4
- Forgot to fix some change logs.
5
5
- Beginnings of getting things to work for MSVC
6
6
- Fixed a few bugs with patch, etc.
@@ -11,6 +11,7 @@ Changes for Perl extension Perl-Dist-Strawberry
11
11
- Simplified the CPANMINUS_install_modules.pl script
12
12
- Ensure all shared scripts use v5.18
13
13
- Ensure all shared scripts use GetOpts a bit more correctly
14
+ - Stop clobbering %ENV on nmake (MSVC) builds
14
15
15
16
4.023 2024-04-26
16
17
- 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();
17
17
use Pod::Usage qw( pod2usage) ;
18
18
use LWP::UserAgent;
19
19
20
- our $VERSION = ' 4.024 ' ;
20
+ our $VERSION = ' 4.025 ' ;
21
21
22
22
sub new {
23
23
my $class = shift ;
You can’t perform that action at this time.
0 commit comments