From: Nga Tang Chan Date: Tue, 13 Apr 2010 16:10:35 +0000 (+0200) Subject: [perl #73560] [PATCH] Fix typos in Pod::Functions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b23d1689da974a845c33086e0a0605cd83670de7;p=p5sagit%2Fp5-mst-13.2.git [perl #73560] [PATCH] Fix typos in Pod::Functions (also, bump $VERSION) --- diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 0e250cf..5181c39 100644 --- a/lib/Pod/Functions.pm +++ b/lib/Pod/Functions.pm @@ -67,7 +67,7 @@ L section. =cut -our $VERSION = '1.03'; +our $VERSION = '1.04'; require Exporter; @@ -171,7 +171,7 @@ chdir File change your current working directory chmod File changes the permissions on a list of files chomp String remove a trailing record separator from a string chop String remove the last character from a string -chown File change the owership on a list of files +chown File change the ownership on a list of files chr String get character this number represents chroot File make directory new root for path lookups close I/O close file (or pipe or socket) handle @@ -248,7 +248,7 @@ last Flow exit a block prematurely lc String return lower-case version of a string lcfirst String return a string with just the next letter in lower case length String return the number of bytes in a string -link File create a hard link in the filesytem +link File create a hard link in the filesystem listen Socket register your socket as a server local Misc,Namespace create a temporary value for a global variable (dynamic scoping) localtime Time convert UNIX time into record or string using local time @@ -339,7 +339,7 @@ srand Math seed the random number generator stat File get a file's status information study Regexp optimize input data for repeated searches sub Flow declare a subroutine, possibly anonymously -substr String get or alter a portion of a stirng +substr String get or alter a portion of a string symlink File create a symbolic link to a file syscall I/O,Binary execute an arbitrary system call sysopen File open a file, pipe, or descriptor