Skip to content

Commit 28f32b9

Browse files
author
Chris White
committed
Typo fix [minor]
1 parent c9934c9 commit 28f32b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
------------
1515

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

1919
Easy way #2: copy the `perlpp` file from the
2020
[latest release](https://github.com/interpreters/perlpp/releases/latest)

lib/Text/PerlPP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ sub Main {
574574
parse_command_line $lrArgv, \%Opts;
575575

576576
if($Opts{PRINT_VERSION}) {
577-
print "PerlPP version $VERSION\n";
577+
print "PerlPP version $Text::PerlPP::VERSION\n";
578578
return EXIT_OK;
579579
}
580580

0 commit comments

Comments
 (0)