Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 10, 2024
1 parent f1137d1 commit 32c5566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Revision history for Perl extension OrePAN2

0.21 2014-02-26T09:47:32Z

- OrePAN2::Indexer: Make temporary file in the same parition.
- OrePAN2::Indexer: Make temporary file in the same partition.
It's required by atomic operation.
(tokuhirom)

Expand Down Expand Up @@ -221,7 +221,7 @@ Revision history for Perl extension OrePAN2

- Switch to Module::Metadata instead of Parse::PMFile.
(tokuhirom)
- set prefix => '' to Module::Metadata->provides(); otherwise defalut 'lib' prefix will be used.
- set prefix => '' to Module::Metadata->provides(); otherwise default 'lib' prefix will be used.
(Shoichi Kaji)

0.05 2013-05-25T00:03:26Z
Expand Down
2 changes: 1 addition & 1 deletion lib/OrePAN2/Repository/Cache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sub set {
my $md5
= $self->calc_md5(
File::Spec->catfile( $self->directory, $filename ) )
or Carp::croak("Cannot calcurate MD5 for '$filename'");
or Carp::croak("Cannot calculate MD5 for '$filename'");
$self->{data}->{$stuff} = +{
filename => $filename,
md5 => $md5,
Expand Down
2 changes: 1 addition & 1 deletion script/orepan2-audit
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The full path or URL to a CPAN 02packages file in .txt or .txt.gz format.

=item C< --verbose >

Print out some version information. Currenly only applies to outdated modules
Print out some version information. Currently only applies to outdated modules

=item C< --show >

Expand Down

0 comments on commit 32c5566

Please sign in to comment.