File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -682,6 +682,12 @@ sub _get_default_config_hash {
682682 vendorscriptexp => ' ~INST_TOP~\bin' ,
683683 };
684684
685+ use POSIX qw( strftime) ;
686+ my $time = strftime " %a %b %e %H :%M :%S %Y " , gmtime ();
687+ my $bits = $self -> global-> {bits };
688+ my $app_version = $self -> global-> {app_version };
689+ $h -> {my_uname } = " Win32 strawberry-perl $app_version # $now_string x${bits} " ;
690+
685691 # fix up quoting of values - saves a heap of editing
686692 foreach my $val (values %$h ) {
687693 next if $val =~ / ^'/ ; # assumes symmetry, i.e. opening and closing
Original file line number Diff line number Diff line change 124124 i_dbm => ' define' ,
125125 i_gdbm => ' define' ,
126126 i_ndbm => ' define' ,
127- myuname => ' Win32 strawberry-perl 5.36.0.1 #1 Sat 04 Mar 2023 x64 tempvaluesonly' ,
127+ # myuname => 'Win32 strawberry-perl 5.36.0.1 #1 Sat 04 Mar 2023 x64 tempvaluesonly',
128128 osvers => ' 10' ,
129129 },
130130 },
You can’t perform that action at this time.
0 commit comments