diff options
author | Robin Barker <RMBarker@cpan.org> | 2003-04-08 15:23:04 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-08 18:43:22 +0000 |
commit | c58e3c1ca327a36e35fe9fed3c519f3497598752 (patch) | |
tree | 32127b154588f8c5d54e7c7e3a559a249a4b6812 /pod/perlpod.pod | |
parent | 45c0772f5bfdb04cae12ed9cd75ccf427acaa981 (diff) | |
download | perl-c58e3c1ca327a36e35fe9fed3c519f3497598752.tar.gz |
was RE: How cross-platform is `foo 2>&1` these days?
Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
p4raw-id: //depot/perl@19166
Diffstat (limited to 'pod/perlpod.pod')
-rw-r--r-- | pod/perlpod.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpod.pod b/pod/perlpod.pod index 80c9ba134a..732cdfd626 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -552,7 +552,7 @@ you could do it like so: which is presumably easier to read than the old way: C<open(X, "E<gt>E<gt>thing.dat") || die $!> - C<$foo-E<gt>bar(); >> + C<$foo-E<gt>bar();> This is currently supported by pod2text (Pod::Text), pod2man (Pod::Man), and any other pod2xxx or Pod::Xxxx translators that use |