From ba6eb7e25113865a5b2af4244bab35cc8ac57d85 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 19 Jan 2010 03:53:42 +0000 Subject: [PATCH] keep the typo around for a while ... sorry, dbs ;) git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1894 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perl/lib/OpenSRF/Utils.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/perl/lib/OpenSRF/Utils.pm b/src/perl/lib/OpenSRF/Utils.pm index 61c2f1b..6965fb4 100644 --- a/src/perl/lib/OpenSRF/Utils.pm +++ b/src/perl/lib/OpenSRF/Utils.pm @@ -32,7 +32,7 @@ push @ISA, 'Exporter'; %EXPORT_TAGS = ( common => [qw(interval_to_seconds seconds_to_interval sendmail tree_filter)], daemon => [qw(safe_fork set_psname daemonize)], - datetime => [qw(cleanse_ISO8601 gmtime_ISO8601 interval_to_seconds seconds_to_interval)], + datetime => [qw(clense_ISO8601 gcleanse_ISO8601 gmtime_ISO8601 interval_to_seconds seconds_to_interval)], ); Exporter::export_ok_tags('common','daemon','datetime'); # add aa, cc and dd to @EXPORT_OK @@ -408,6 +408,8 @@ sub cleanse_ISO8601 { return $date; } +sub clense_ISO8601 { return cleanse_ISO8601(@_); } + =head2 $utils_obj->daemonize('ps_name') OR daemonize('ps_name') Turns the current process into a daemon. B is optional, and is used -- 2.43.2