Skip to content

Commit

Permalink
better contains example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 12, 2013
1 parent a216a1a commit 3810a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@

3.78 2013-01-13
- Added to_dir method to Mojo::Path.
- Improved documentation.
- Improved tests.
- Fixed domain and path detection bugs in Mojo::UserAgent::CookieJar.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Path.pm
Expand Up @@ -197,7 +197,7 @@ Clone path.
=head2 contains
my $success = $path->contains('/foo');
my $success = $path->contains('/i/♥/mojolicious');
Check if path contains given prefix.
Expand Down

0 comments on commit 3810a31

Please sign in to comment.