summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-10 23:37:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-10 23:37:43 +0000
commit2a2bf5f4414cf2a1984ea82a90bfbb2c3384d4e1 (patch)
treee9b696536715a7a8e72661281d73d87ce4d1854a /ext/POSIX
parenta1866d1bf88d9abb7869ffddc5cb4448a6cb503a (diff)
downloadperl-2a2bf5f4414cf2a1984ea82a90bfbb2c3384d4e1.tar.gz
Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
p4raw-id: //depot/perl@11631
Diffstat (limited to 'ext/POSIX')
-rw-r--r--ext/POSIX/POSIX.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod
index 350f897abc..bbd0cbe5af 100644
--- a/ext/POSIX/POSIX.pod
+++ b/ext/POSIX/POSIX.pod
@@ -1233,8 +1233,6 @@ The string for Tuesday, December 12, 1995.
$str = POSIX::strftime( "%A, %B %d, %Y", 0, 0, 0, 12, 11, 95, 2 );
print "$str\n";
-See also L<Time::Piece>.
-
=item strlen
strlen() is C-specific, use C<length()> instead, see L<perlfunc/length>.