From: <jgr...@us...> - 2003-03-04 15:49:58
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1:/tmp/cvs-serv28711/POPFile Modified Files: Logger.pm Log Message: Broke my own rule about surrounding things with parens and got bitten Index: Logger.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Logger.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Logger.pm 3 Mar 2003 22:01:33 -0000 1.10 --- Logger.pm 4 Mar 2003 15:49:24 -0000 1.11 *************** *** 94,98 **** if ( $self->{today__} > $yesterday ) { ! my @debug_files = glob $self->config_( 'logdir' ) . 'popfile*.log'; foreach my $debug_file (@debug_files) { --- 94,98 ---- if ( $self->{today__} > $yesterday ) { ! my @debug_files = glob( $self->config_( 'logdir' ) . 'popfile*.log' ); foreach my $debug_file (@debug_files) { |