Skip to content

Commit

Permalink
fixed UUV
Browse files Browse the repository at this point in the history
  • Loading branch information
大沢 和宏 committed Apr 21, 2009
1 parent 42a9f33 commit e1d2902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/RunOpsAnalyze.pm
Expand Up @@ -42,7 +42,7 @@ sub analyze (&) { ## no critic
for my $seq (sort { $a <=> $b } keys %{ $trace }) {
my $stash = $trace->{$seq};

if ($stash->{before_op_seq} && $trace->{$stash->{before_op_seq}}->{package} eq __PACKAGE__) {
if ($stash->{before_op_seq} && $trace->{$stash->{before_op_seq}} && $trace->{$stash->{before_op_seq}}->{package} eq __PACKAGE__) {
# delete first steps
next;
}
Expand Down

0 comments on commit e1d2902

Please sign in to comment.