Skip to content

Commit

Permalink
typo: constants are evil
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Jan 28, 2011
1 parent 960959a commit 10bdadb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions typo
@@ -1,17 +1,12 @@
#!/usr/bin/perl -w

use strict;
use utf8;
use LWP::UserAgent;
use Getopt::Long;
use Pod::Usage;
use Data::Dumper;
use Encode;
use Net::Google::TLD qw(get_url_by_tld);

# constants
use constant DEFAULT_RULE => 'com';

my %options = (
locale => 'com',
help => 0,
Expand Down

0 comments on commit 10bdadb

Please sign in to comment.