[Rt-commit] rt branch, 4.2/lower-number-of-tzset-calls, repushed

Alex Vandiver alexmv at bestpractical.com
Fri May 23 18:08:51 EDT 2014


The branch 4.2/lower-number-of-tzset-calls was deleted and repushed:
       was 840db7bb63a70cace412501bdba2f1e669c7c26d
       now c0acf25e321e6ec3f8ae7ab7545c7d877ccebd75

1:  840db7b ! 1:  c0acf25 lower number of POSIX::tzset calls
    @@ -41,14 +41,14 @@
     +
          ShowRequestedPage($ARGS);
          LogRecordedSQLStatements(RequestData => {
    -         Path => $HTML::Mason::Commands::m->request_comp->path,
    +         Path => $HTML::Mason::Commands::m->request_path,
     
     diff --git a/lib/RT/Interface/Web/Handler.pm b/lib/RT/Interface/Web/Handler.pm
     --- a/lib/RT/Interface/Web/Handler.pm
     +++ b/lib/RT/Interface/Web/Handler.pm
     @@
    - use File::Glob qw( bsd_glob );
    - use File::Spec::Unix;
    + use HTTP::Request;
    + use HTTP::Response;
      
     +our $SERVER_TIMEZONE;
     +



More information about the rt-commit mailing list