Skip to content

Commit

Permalink
Fix typos in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar authored and andk committed Apr 26, 2024
1 parent 1cf8b65 commit 8726a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PAUSE/pmfile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ sub packages_per_pmfile {
}
=cut

# use feature 'class'; enabels class (and role, though not implemented yet)
# use feature 'class'; enables class (and role, though not implemented yet)
if ($pline =~ /^[\s\{;]*use\s+(?:feature|experimental)\s+[^;]+\b(?:class|all)[^;]*;/) {
$package_or_class = 'package|class';
}
Expand Down Expand Up @@ -376,7 +376,7 @@ sub packages_per_pmfile {
}
=cut

# use feature 'class'; enabels class (and role, though not implemented yet)
# use feature 'class'; enables class (and role, though not implemented yet)
if (/^[\s\{;]*use\s+(?:feature|experimental)\s+[^;]+\b(?:class|all)[^;]*;/) {
$package_or_class = 'package|class';
}
Expand Down

0 comments on commit 8726a96

Please sign in to comment.