Remove version 2.0 as supported version from NCIP::Const.
authorJason Stephenson <jason@sigio.com>
Wed, 6 Aug 2014 23:34:11 +0000 (19:34 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 6 Aug 2014 23:34:11 +0000 (19:34 -0400)
What was I thinking when I added it?

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/Const.pm

index f1c4951..05c9cea 100644 (file)
@@ -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'
 );