diff options
author | Jim Avera <avera@hal.com> | 1998-12-23 10:08:56 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-28 07:44:35 +0000 |
commit | b5fea04c3cacd1ce6ab0e9589fa1cd207b283357 (patch) | |
tree | 7b5a41a63ad454e6476f9d7604757657c57d7d9f /utils | |
parent | ea5a1d84955cdb4dfb8693e183cb91d99a231b2f (diff) | |
download | perl-b5fea04c3cacd1ce6ab0e9589fa1cd207b283357.tar.gz |
perlbug bug - shows dates reversed
To: perlbug@perl.com
Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
p4raw-id: //depot/cfgperl@2504
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlbug.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 589e7e69b4..842ff747dc 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -495,8 +495,8 @@ sub Dump { local(*OUT) = @_; print REP "\n---\n"; - print REP "This perlbug was built using Perl $config_tag1\n", - "It is being executed now by Perl $config_tag2.\n\n" + print REP "This perlbug was built using Perl $config_tag2\n", + "It is being executed now by Perl $config_tag1.\n\n" if $config_tag2 ne $config_tag1; print OUT <<EOF; |