[open-ils-commits] r17685 - trunk/Open-ILS/src/perlmods/OpenILS/Utils (atz)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 15 01:25:06 EDT 2010
Author: atz
Date: 2010-09-15 01:25:03 -0400 (Wed, 15 Sep 2010)
New Revision: 17685
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm
Log:
Update comment (trivial)
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm 2010-09-15 05:25:02 UTC (rev 17684)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm 2010-09-15 05:25:03 UTC (rev 17685)
@@ -327,7 +327,7 @@
# Checks if the filename part of a pathname has one or more glob characters
# We split out the filename portion of the path
# Detect glob or no glob.
-# return: regex for matching filenames
+# returns: directory, regex for matching filenames
sub glob_parse {
my $self = shift;
my $path = shift or return;
More information about the open-ils-commits
mailing list