Skip to content

Commit

Permalink
fewer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 22, 2011
1 parent b1aadc1 commit 6daf9d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Makefile.PL
@@ -1,9 +1,7 @@
use inc::Module::Install;
all_from 'lib/Fastpass.pm';
readme_from('lib/Fastpass.pm');
requires 'version', 0.77;
requires 'Net::FastCGI', 0.13;
requires 'parent';
requires 'Net::Server';
build_requires 'Test::More', 0.88;
test_requires 'Test::Requires';
Expand Down
2 changes: 1 addition & 1 deletion lib/Fastpass.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;

use 5.008_001;
use version; our $VERSION = qv("v0.1.0");
our $VERSION = "0.1000";

use Fastpass::Server;
use Getopt::Long ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Fastpass/Server.pm
@@ -1,7 +1,7 @@
package Fastpass::Server;
use strict;
use warnings;
use parent qw(Net::Server::PreForkSimple);
use base qw(Net::Server::PreForkSimple);
use constant DEBUG => $ENV{PERL_FASTPASS_DEBUG};

use Carp ();
Expand Down

0 comments on commit 6daf9d3

Please sign in to comment.