From: Jason Stephenson Date: Wed, 6 Aug 2014 23:34:11 +0000 (-0400) Subject: Remove version 2.0 as supported version from NCIP::Const. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b424f0d3c8ac941ca6deeccb12493fcb9e10bed4;p=working%2FNCIPServer.git Remove version 2.0 as supported version from NCIP::Const. What was I thinking when I added it? Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/Const.pm b/lib/NCIP/Const.pm index f1c4951..05c9cea 100644 --- a/lib/NCIP/Const.pm +++ b/lib/NCIP/Const.pm @@ -22,7 +22,6 @@ package NCIP::Const; # URIs. use constant SUPPORTED_VERSIONS => ( 'http://www.niso.org/schemas/ncip/v2_02/ncip_v2_02.xsd', - 'http://www.niso.org/schemas/ncip/v2_0/ncip_v2_0.xsd' );