# Copyright (c) 2007 bivio Software, Inc. All Rights Reserved. # # Visit http://www.bivio.biz for more info. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2.1 of the # License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; If not, you may get a copy from: # http://www.opensource.org/licenses/lgpl-license.html # # $Id: USState.bunit,v 1.5 2010/12/25 23:13:49 nagler Exp $ Type(); [ from_literal => [ '' => UNDEF(), az => 'AZ', x => SYNTAX_ERROR(), xx => NOT_FOUND(), ], unsafe_from_zip_code => [ '06230' => 'CT', '07001' => 'NJ', '08904' => 'NJ', 10037 => 'NY', 14925 => 'NY', 52003 => 'IA', 80022 => 'CO', 81626 => 'CO', 90001 => 'CA', 96003 => 'CA', 96150 => 'CA', 96701 => 'HI', 99999 => 'AK', abc => [undef], [undef] => [undef], '00100' => [undef], ], ];