We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9934c9 commit 28f32b9Copy full SHA for 28f32b9
README.md
@@ -14,7 +14,7 @@ Installation
14
------------
15
16
Easy way #1: `cpanm Text::PerlPP`
17
-(using [cpanminus](https://metacpan.org/pod/App::cpanminus).
+(using [cpanminus](https://metacpan.org/pod/App::cpanminus)).
18
19
Easy way #2: copy the `perlpp` file from the
20
[latest release](https://github.com/interpreters/perlpp/releases/latest)
lib/Text/PerlPP.pm
@@ -574,7 +574,7 @@ sub Main {
574
parse_command_line $lrArgv, \%Opts;
575
576
if($Opts{PRINT_VERSION}) {
577
- print "PerlPP version $VERSION\n";
+ print "PerlPP version $Text::PerlPP::VERSION\n";
578
return EXIT_OK;
579
}
580
0 commit comments