Skip to content

Commit

Permalink
mention that Mojo::Base is all about fluent interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 11, 2015
1 parent 997873f commit 44f09ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Mojo/Base.pm
Expand Up @@ -95,7 +95,7 @@ sub tap {
=head1 NAME
Mojo::Base - Minimal base class for Mojo projects
Mojo::Base - Minimal base class for Mojo projects with fluent interfaces
=head1 SYNOPSIS
Expand Down Expand Up @@ -123,7 +123,8 @@ Mojo::Base - Minimal base class for Mojo projects
=head1 DESCRIPTION
L<Mojo::Base> is a simple base class for L<Mojo> projects.
L<Mojo::Base> is a simple base class for L<Mojo> projects with fluent
interfaces.
# Automatically enables "strict", "warnings", "utf8" and Perl 5.10 features
use Mojo::Base -strict;
Expand Down

2 comments on commit 44f09ac

@s1037989
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is a fluent interface? Is this terminology I should already be familiar with?

@kraih
Copy link
Member Author

@kraih kraih commented on 44f09ac Mar 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.