Skip to content

Commit

Permalink
Typo fix [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed May 14, 2018
1 parent c9934c9 commit 28f32b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
------------

Easy way #1: `cpanm Text::PerlPP`
(using [cpanminus](https://metacpan.org/pod/App::cpanminus).
(using [cpanminus](https://metacpan.org/pod/App::cpanminus)).

Easy way #2: copy the `perlpp` file from the
[latest release](https://github.com/interpreters/perlpp/releases/latest)
Expand Down
2 changes: 1 addition & 1 deletion lib/Text/PerlPP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ sub Main {
parse_command_line $lrArgv, \%Opts;

if($Opts{PRINT_VERSION}) {
print "PerlPP version $VERSION\n";
print "PerlPP version $Text::PerlPP::VERSION\n";
return EXIT_OK;
}

Expand Down

0 comments on commit 28f32b9

Please sign in to comment.