#
# perltidy - a perl script indenter and formatter
#
-# Copyright (c) 2000-2022 by Steve Hancock
+# Copyright (c) 2000-2023 by Steve Hancock
# Distributed under the GPL license agreement; see file COPYING
#
# This program is free software; you can redistribute it and/or modify
\@Arg_files,
# filename stuff...
+ $source_stream,
$output_extension,
$forbidden_file_extensions,
$in_place_modify,
$rinput_hash,
$rfiles,
+ $source_stream,
$output_extension,
$forbidden_file_extensions,
$in_place_modify,
my $logfile_stream = $rinput_hash->{'logfile'};
my $teefile_stream = $rinput_hash->{'teefile'};
my $debugfile_stream = $rinput_hash->{'debugfile'};
- my $source_stream = $rinput_hash->{'source'};
my $stderr_stream = $rinput_hash->{'stderr'};
my $number_of_files = @{$rfiles};
print STDOUT <<"EOM";
This is perltidy, v$VERSION
-Copyright 2000-2022, Steve Hancock
+Copyright 2000-2023, Steve Hancock
Perltidy is free software and may be copied under the terms of the GNU
General Public License, which is included in the distribution files.