diff -Naur perl-5.16.0-orig//config_h.SH perl-5.16.0//config_h.SH --- perl-5.16.0-orig//config_h.SH 2012-04-25 03:18:30.000000000 +0300 +++ perl-5.16.0//config_h.SH 2012-08-03 05:42:37.000000000 +0300 @@ -42,9 +42,6 @@ /* Package name : $package * Source directory : $src - * Configuration time: $cf_time - * Configured by : $cf_by - * Target system : $myuname */ #ifndef _config_h_ diff -Naur perl-5.16.0-orig//Configure perl-5.16.0//Configure --- perl-5.16.0-orig//Configure 2012-04-25 03:18:30.000000000 +0300 +++ perl-5.16.0//Configure 2012-08-03 05:46:17.000000000 +0300 @@ -22739,9 +22739,6 @@ # Package name : $package # Source directory : $src -# Configuration time: $cf_time -# Configured by : $cf_by -# Target system : $myuname EOT : Add in command line options if available @@ -22800,7 +22797,6 @@ ccversion='$ccversion' cf_by='$cf_by' cf_email='$cf_email' -cf_time='$cf_time' charbits='$charbits' charsize='$charsize' chgrp='$chgrp' @@ -23566,7 +23562,6 @@ myarchname='$myarchname' mydomain='$mydomain' myhostname='$myhostname' -myuname='$myuname' n='$n' need_va_copy='$need_va_copy' netdb_hlen_type='$netdb_hlen_type' diff -Naur perl-5.16.0-orig//cpan/podlators/lib/Pod/Man.pm perl-5.16.0//cpan/podlators/lib/Pod/Man.pm --- perl-5.16.0-orig//cpan/podlators/lib/Pod/Man.pm 2012-02-15 06:44:44.000000000 +0200 +++ perl-5.16.0//cpan/podlators/lib/Pod/Man.pm 2012-08-03 05:58:03.000000000 +0300 @@ -919,7 +919,7 @@ .\\" ======================================================================== .\\" .IX Title "$index" -.TH $name $section "$date" "$$self{release}" "$$self{center}" +.TH $name $section "$$self{release}" "$$self{center}" .\\" For nroff, turn off justification. Always turn off hyphenation; it makes .\\" way too many mistakes in technical documents. .if n .ad l diff -Naur perl-5.16.0-orig//lib/unicore/mktables perl-5.16.0//lib/unicore/mktables --- perl-5.16.0-orig//lib/unicore/mktables 2012-04-25 06:04:46.000000000 +0300 +++ perl-5.16.0//lib/unicore/mktables 2012-08-03 05:52:33.000000000 +0300 @@ -16800,7 +16800,7 @@ # # $file_list -- File list for $0. # -# Autogenerated starting on $start_time ($localtime) +# Autogenerated. # # - First section is input files # ($0 itself is not listed but is automatically considered an input) diff -Naur perl-5.16.0-orig//perl.c perl-5.16.0//perl.c --- perl-5.16.0-orig//perl.c 2012-04-25 03:18:35.000000000 +0300 +++ perl-5.16.0//perl.c 2012-08-03 05:54:47.000000000 +0300 @@ -1757,7 +1757,7 @@ #ifdef __DATE__ # ifdef __TIME__ PUSHs(Perl_newSVpvn_flags(aTHX_ - STR_WITH_LEN("Compiled at " __DATE__ " " __TIME__), + STR_WITH_LEN("Compiled in OBS"), SVs_TEMP)); # else PUSHs(Perl_newSVpvn_flags(aTHX_ STR_WITH_LEN("Compiled on " __DATE__),