Skip to content

Commit 875c207

Browse files
author
Chris White
committed
Continued converting to OO
bin/perlpp --version now runs
1 parent 2471507 commit 875c207

File tree

4 files changed

+198
-153
lines changed

4 files changed

+198
-153
lines changed

bin/perlpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# To run this manually from the source tree, do
33
# perl -Ilib bin/perlpp
44
use strict; use warnings; use Text::PerlPP;
5-
exit(Text::PerlPP::Main(\@ARGV));
5+
exit(Text::PerlPP->new->Main(\@ARGV));
66
__END__
77
# ### Documentation #######################################################
88

0 commit comments

Comments
 (0)