Skip to content

Commit

Permalink
* Minor typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Jul 3, 2011
1 parent 4ae92c2 commit 9ff59e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/use.pm
Expand Up @@ -67,11 +67,11 @@ use - Import several modules with a single use statement
=head1 DESCRIPTION
This module imports several modules at once into its caller's package.
This module lets you import several modules at once.
This is almost the same as the L<modules> module, except that C<caller>
is properly set up so syntax-altering modules based on L<Devel::Declare>,
L<Filter::Simple> or L<Module::Compile> can work corrcetly.
This is almost the same as L<modules>, except that C<caller> is
properly set up so syntax-altering modules based on L<Devel::Declare>,
L<Filter::Simple> or L<Module::Compile> work correctly.
=head1 SEE ALSO
Expand Down

0 comments on commit 9ff59e5

Please sign in to comment.