~ubuntu-branches/ubuntu/saucy/opensrs-client/saucy

« back to all changes in this revision

Viewing changes to lib/OpenSRS/Util/Europe.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan McDowell
  • Date: 2009-12-26 13:06:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091226130621-5mdhjwiyn873acax
Tags: 3.0.0-1
* New upstream release.
* Acknowledge NMUs.
* Expand package description. (Closes: #414433)
* Bump debhelper compat level to 7.
* Add Homepage field to debian/control.
* Add watch file.
* Add missing dependency on libdata-structure-util-perl.
* Bump Standards-Version to 3.8.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Europe.pm,v 1.3 2006/03/27 18:15:29 ggrinevitch Exp $
 
1
# $Id: Europe.pm,v 1.5 2006/12/13 16:39:11 ggrinevitch Exp $
2
2
 
3
3
package OpenSRS::Util::Europe;
4
4
require Exporter;
80
80
    GB => "United Kingdom (GB)",
81
81
    AT => "Austria",
82
82
    BE => "Belgium",
 
83
    BG => "Bulgaria",
83
84
    CY => "Cyprus",
84
85
    CZ => "Czech Republic",
85
86
    DK => "Denmark",
98
99
    NL => "Netherlands",
99
100
    PL => "Poland",
100
101
    PT => "Portugal",
 
102
    RO => "Romania",
101
103
    SK => "Slovakia",
102
104
    SI => "Slovenia",
103
105
    ES => "Spain",
110
112
    RE => "Reunion",
111
113
);
112
114
 
113
 
@eu_countries = qw/GB AT BE CY CZ DK EE FI FR DE GR HU IE IT LV LT LU MT NL PL PT SK SI ES SE AX GI MQ GF GP RE /;
 
115
@eu_countries = qw/GB AT BE BG CY CZ DK EE FI FR DE GR HU IE IT LV LT LU MT NL PL PT RO SK SI ES SE AX GI MQ GF GP RE /;
114
116
 
115
117
%be_languages = (
116
118
    en => "English",