Skip to content

Commit

Permalink
Build results of a85554a (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 26, 2014
1 parent 42e17f1 commit 63d9aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release history for CPAN-Changes-Group-Dependencies-Details

0.001000 2014-07-26T09:18:32Z
0.001000 2014-07-26T09:21:32Z
- First version.

2 changes: 1 addition & 1 deletion t/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for my $old (@prereqs) {
else {
if (UBERVERBOSE) {
note explain { new => $new->as_string_hash, old => $old->as_string_hash };
note join qq[\n], map { Encode::encode( ':UTF-8', $_, Encode::FB_CROAK ) } @out;
note join qq[\n], map { Encode::encode( ':UTF-8', $_, Encode::FB_CROAK() ) } @out;
}
isnt( scalar @out, 0, 'Some changes if refaddr changes w/ all' );
}
Expand Down

0 comments on commit 63d9aa5

Please sign in to comment.