[OpenSRF-GIT] OpenSRF branch master updated. fd92a859e2ba3eeeaafe4904cd04973eb8cd572b

Evergreen Git git at git.evergreen-ils.org
Thu Mar 8 16:28:48 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, master has been updated
       via  fd92a859e2ba3eeeaafe4904cd04973eb8cd572b (commit)
      from  8cfa0ae50935176a1574e8f233c8d4d88442c0ad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fd92a859e2ba3eeeaafe4904cd04973eb8cd572b
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Mar 7 16:42:21 2012 -0500

    Stop warning about missing parentheses...
    
    ...by adding them.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>

diff --git a/src/perl/lib/OpenSRF/Application/Validator.pm b/src/perl/lib/OpenSRF/Application/Validator.pm
index dc9b072..db2dce2 100644
--- a/src/perl/lib/OpenSRF/Application/Validator.pm
+++ b/src/perl/lib/OpenSRF/Application/Validator.pm
@@ -31,7 +31,7 @@ sub do_validate {
     my @validator_names = sort keys %$validators;
     my $additionals = ();
 
-    my $submodulename, $submodule;
+    my ($submodulename, $submodule);
     while($return->{valid} && ($submodulename = shift @validator_names)) {
         $submodule = $validators->{$submodulename};
         my $implementation = $submodule->{implementation};

-----------------------------------------------------------------------

Summary of changes:
 src/perl/lib/OpenSRF/Application/Validator.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list