Skip to content

Commit

Permalink
fixed a blessing garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
mamod committed Dec 25, 2012
1 parent 9a6fce3 commit e1c55bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/HTTP/UA/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ sub new {
}

my $self = {
user_agent => $ua || $ENV{HTTP_USER_AGENT},
modules => \%INC,
path => $PATH
user_agent => $ua || $ENV{HTTP_USER_AGENT}
};
return bless($self,$class);
}
Expand Down

0 comments on commit e1c55bb

Please sign in to comment.