Skip to content

Commit

Permalink
Merge pull request perl-pod#43 from rjbs/master
Browse files Browse the repository at this point in the history
fix hash order dependency
  • Loading branch information
theory committed Dec 4, 2012
2 parents b9d5e09 + 32df686 commit ab19c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/closeys.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ sub nowhine {
$_[0]->accept_targets("*"); $_[0]->accept_targets("*");
} }


local $Pod::Simple::XMLOutStream::SORT_ATTRS = 1;
&ok(e( &ok(e(
"=begin :foo\n\n=begin :bar\n\nZaz\n\n", "=begin :foo\n\n=begin :bar\n\nZaz\n\n",
"=begin :foo\n\n=begin :bar\n\nZaz\n\n=end :bar\n\n=end :foo\n\n", "=begin :foo\n\n=begin :bar\n\nZaz\n\n=end :bar\n\n=end :foo\n\n",
Expand Down

0 comments on commit ab19c40

Please sign in to comment.