~ubuntu-branches/ubuntu/karmic/libnet-domain-tld-perl/karmic

« back to all changes in this revision

Viewing changes to lib/Net/Domain/TLD.pm

  • Committer: Bazaar Package Importer
  • Author(s): Brian Cassidy, gregor herrmann, Brian Cassidy
  • Date: 2008-12-10 09:04:29 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081210090429-a5vieqi448ssnsyc
Tags: 1.68-1
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).

[ Brian Cassidy ]
* New upstream release
* debian/control:
  - add myself to Uploaders
  - update debhelper version and standards version
* debian/compat: s{5}{7};
* debian/copyright: new format
* debian/rules: updated

[ gregor herrmann ]
* debian/copyright: add start date for copyright on debian/*.
* debian/control:
  - change my email address
  - improve short and long description
* debian/NEWS: point to the manpage instead of the README which isn't
  installed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
use base qw(Exporter);
4
4
use 5.006;
5
5
our @EXPORT_OK = qw(tlds tld_exists);
6
 
our $VERSION = '1.67';
 
6
our $VERSION = '1.68';
7
7
 
8
8
use warnings;
9
9
use Carp;
38
38
                info => q{Unrestricted use},
39
39
        },
40
40
        new_restricted => { 
41
 
                aero => q{Air-transport industry}, 
 
41
                aero => q{Air-transport industry},
 
42
                asia => q{Companies, organisations and individuals in the Asia-Pacific region},
42
43
                arpa => q{Address and Routing Parameter Area},
43
44
                biz => q{Businesses},
44
45
                cat => q{Catalan linguistic and cultural community},
49
50
                name => q{For registration by individuals},
50
51
                pro => q{Accountants, lawyers, and physicians},
51
52
                travel => q{Travel industry},
52
 
                tel => q{?}
 
53
                tel => q{For businesses and individuals to publish contact data}
53
54
        },
54
55
        gtld_open => {
55
56
                com => q{Commercial organization},