[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8dce9e609e444d562e19374d39454a83ca72c1ea

Evergreen Git git at git.evergreen-ils.org
Wed Feb 22 11:07:12 EST 2017


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 "Evergreen ILS".

The branch, master has been updated
       via  8dce9e609e444d562e19374d39454a83ca72c1ea (commit)
      from  1a631f8739a88a38ba0bdcbe8b849e9ffe77fe33 (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 8dce9e609e444d562e19374d39454a83ca72c1ea
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Feb 22 10:52:44 2017 -0500

    LP#1666928: fix build tests for ebook API Perl modules
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OneClickdigital.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OneClickdigital.pm
index 093b657..9880b5f 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OneClickdigital.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OneClickdigital.pm
@@ -303,3 +303,4 @@ sub get_patron_holds {
     }
 }
 
+1;
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OverDrive.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OverDrive.pm
index 07df43e..97a301a 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OverDrive.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/OverDrive.pm
@@ -559,3 +559,4 @@ sub do_get_patron_xacts {
     return $self->handle_http_request($req, $self->{session_id});
 }
 
+1;

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

Summary of changes:
 .../Application/EbookAPI/OneClickdigital.pm        |    1 +
 .../lib/OpenILS/Application/EbookAPI/OverDrive.pm  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list