Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better Mojo::Asset class descriptions
  • Loading branch information
kraih committed Nov 4, 2011
1 parent 1bd083f commit e3d0aaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Asset.pm
Expand Up @@ -22,15 +22,15 @@ __END__
=head1 NAME
Mojo::Asset - Asset base class
Mojo::Asset - HTTP 1.1 content storage base class
=head1 SYNOPSIS
use Mojo::Base 'Mojo::Asset';
=head1 DESCRIPTION
L<Mojo::Asset> is an abstract base class for assets.
L<Mojo::Asset> is an abstract base class for HTTP 1.1 content storage.
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Asset/File.pm
Expand Up @@ -176,7 +176,7 @@ __END__
=head1 NAME
Mojo::Asset::File - File asset
Mojo::Asset::File - File storage for HTTP 1.1 content
=head1 SYNOPSIS
Expand All @@ -191,7 +191,7 @@ Mojo::Asset::File - File asset
=head1 DESCRIPTION
L<Mojo::Asset::File> is a container for file assets.
L<Mojo::Asset::File> is a file storage backend for HTTP 1.1 content.
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Asset/Memory.pm
Expand Up @@ -65,7 +65,7 @@ __END__
=head1 NAME
Mojo::Asset::Memory - In-memory asset
Mojo::Asset::Memory - In-memory storage for HTTP 1.1 content
=head1 SYNOPSIS
Expand All @@ -77,7 +77,7 @@ Mojo::Asset::Memory - In-memory asset
=head1 DESCRIPTION
L<Mojo::Asset::Memory> is a container for in-memory assets.
L<Mojo::Asset::Memory> is an in-memory storage backend for HTTP 1.1 content.
=head1 ATTRIBUTES
Expand Down

0 comments on commit e3d0aaf

Please sign in to comment.