Skip to content

Commit

Permalink
fix Pod::Simple hash order dependency in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
demerphq authored and rjbs committed Dec 4, 2012
1 parent b9d5e09 commit 32df686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/closeys.t
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 32df686

Please sign in to comment.