From ea2801aa01dfb578d0c91bdb67f74b99cff6f9eb Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 8 Dec 2014 18:28:33 -0500 Subject: [PATCH] Fix a typo on line 2790 of NCIP::ILS::Evergreen. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 8f3be5b..6bc9620 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -2787,7 +2787,7 @@ sub find_location_failover { $location = $request->{$message}->{InitiationHeader}->{ToAgencyId}->{AgencyId}; if ($location) { # Because Auto-Graphics. (This should be configured somehow.) - $location = ~ s/^[^-]+-//; + $location =~ s/^[^-]+-//; $org_unit = $self->retrieve_org_unit_by_shortname($location); } } -- 2.43.2