Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typos and POD errors
  • Loading branch information
zoffixznet committed Nov 14, 2015
1 parent 1efa9b3 commit 9149bdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mojo-app/lib/ModulesPerl6/Model/BuildStats.pm
Expand Up @@ -79,7 +79,7 @@ ModulesPerl6::Model::BuildStats - model representing database build statistics
=head1 DESCRIPTION
This module is used to access and manipulate the build statistics gathered
during the dabase build process by the build script.
during the database build process by the build script.
=head2 C<db_file>
Expand Down
4 changes: 2 additions & 2 deletions mojo-app/lib/ModulesPerl6/Model/Dists.pm
Expand Up @@ -156,7 +156,7 @@ URL of the dist's GitHub repo.
=head3 C<description>
Short descripton of the dist.
Short description of the dist.
=head3 C<author_id>
Expand All @@ -173,7 +173,7 @@ Boolean: does the dist have README file?
=head3 C<panda>
Takes values C<0> (dist not conformant to latest specs),
Takes values C<0> (dist is not conforming to latest specs),
C<1> (dist conforms to specs, except for S11), or C<2> (dist fully conforms
to current spec).
Expand Down
2 changes: 1 addition & 1 deletion mojo-app/lib/ModulesPerl6/Model/ResultClass.pm
Expand Up @@ -28,7 +28,7 @@ ModulesPerl6::Model::ResultClass - import base for ::Result classes
=head1 DESCRIPTION
Simply C<use> this module in your L<DBIx::Class>
L<https://metacpan.org/pod/DBIx::Class::ResultSource|Result classes>
L<Result classes|https://metacpan.org/pod/DBIx::Class::ResultSource>
to import L<strictures> and L<DBIx::Class::Candy>. i.e. it's the same
as doing this in your class, except should that boilerplate change, you'd
only have to change it in class and not each Result class:
Expand Down

0 comments on commit 9149bdf

Please sign in to comment.