Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1 from LoonyPandora/master
Fix typo - s/versoin/version/
  • Loading branch information
schwern committed Jun 15, 2012
2 parents 1641194 + 5cc5dc9 commit 6ca3f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -11,7 +11,7 @@ DESCRIPTION
Carp 1.25 made a change to its formatting, adding a period at the end of
the message. This can mess up tests and code that are looking for error
messages. Carp::Fix::1_25 makes the message consistent, regardless of
what versoin of Carp you're using.
what version of Carp you're using.

Carp::Fix::1_25 exports its own carp functions which change the Carp
message to match the 1.25 version. Carp::Fix::1_25 otherwise acts
Expand Down
2 changes: 1 addition & 1 deletion lib/Carp/Fix/1_25.pm
Expand Up @@ -105,7 +105,7 @@ Carp::Fix::1_25 - Smooth over incompatible changes in Carp 1.25
Carp 1.25 made a change to its formatting, adding a period at the end
of the message. This can mess up tests and code that are looking for
error messages. Carp::Fix::1_25 makes the message consistent,
regardless of what versoin of Carp you're using.
regardless of what version of Carp you're using.
Carp::Fix::1_25 exports its own carp functions which change the Carp
message to match the 1.25 version. Carp::Fix::1_25 otherwise acts
Expand Down

0 comments on commit 6ca3f66

Please sign in to comment.