IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2007, 5:42:32 PM (19 years ago)
Author:
Paul Price
Message:

Was defining the global as "my"...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r13635 r13636  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.56 2007-06-05 03:39:20 price Exp $
     3# $Id: Config.pm,v 1.57 2007-06-05 03:42:32 price Exp $
    44
    55package PS::IPP::Config;
     
    569569        my @rejContents = <$rejFile>; # Contents of the rejection file
    570570        close $rejFile;
    571        
    572         my $self->{rejection} = $parser->parse( join '', @rejContents); # The rejection metadata
     571
     572        $self->{rejection} = $parser->parse( join '', @rejContents); # The rejection metadata
    573573        unless (defined $self->{rejection}) {
    574574            carp "Unable to parse rejection file $rejRealName.";
Note: See TracChangeset for help on using the changeset viewer.