Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Added whatisdnt, fixed requirements (majuscule-- ;)), prepare for rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
Getty committed Feb 18, 2013
1 parent 1de0eb9 commit 9c50082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist.ini
Expand Up @@ -68,6 +68,7 @@ Test::Script::Run = 0.05
File::chdir = 0.1008
Dir::Self = 0.10
File::FindLib = 0.001001
Test::Expect = 0.31

[UploadToDuckPAN]

Expand Down
10 changes: 7 additions & 3 deletions lib/App/DuckPAN/Cmd/Static.pm
Expand Up @@ -19,15 +19,19 @@ sub run {
my %sites = (
duckduckgo => {
port => 5000,
url => "http://duckduckgo.com",
url => "http://duckduckgo.com/",
},
dontbubbleus => {
port => 5001,
url => "http://dontbubble.us",
url => "http://dontbubble.us/",
},
donttrackus => {
port => 5002,
url => "http://donttrack.us",
url => "http://donttrack.us/",
},
whatisdnt => {
port => 5003,
url => "http://whatisdnt.com/",
},
);

Expand Down

0 comments on commit 9c50082

Please sign in to comment.