Skip to content

Commit

Permalink
fixed test as per @thoughtstream's suggestion in #59
Browse files Browse the repository at this point in the history
  • Loading branch information
barefootcoder committed Nov 29, 2012
1 parent 510b77f commit 553b53f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ NEXT
Misc
* Failure to parse parameters will now produce a more useful error.

Distribution Fixes
* Fixed test failing on 5.10.0 as per github #59.


20121108.0047_001 Thu Nov 8 00:47:15 PST 2012
New Features
Expand Down
2 changes: 1 addition & 1 deletion t/zero_defaults.t
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ BEGIN {
}

is( Stuff->copy_cat("wibble"), "wibble" );
is( Stuff->copy_cat("wibble", ""), "wibble" );
is( Stuff->copy_cat("wibble", 0), "wibble" );
is( Stuff->copy_cat(23, 42), 42 );
}

Expand Down

0 comments on commit 553b53f

Please sign in to comment.