Skip to content

Commit

Permalink
依存関係修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cho45 committed Jun 22, 2010
1 parent 1d4e241 commit 498c71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -5,6 +5,7 @@ all_from 'lib/Plack/Middleware/ServerStatus.pm';
requires 'parent'; requires 'parent';
requires 'Plack'; requires 'Plack';
requires 'Text::MicroTemplate'; requires 'Text::MicroTemplate';
requires 'Net::CIDR::Lite';


build_requires 'Test::More'; build_requires 'Test::More';
use_test_base; use_test_base;
Expand Down
2 changes: 2 additions & 0 deletions lib/Plack/Middleware/ServerStatus.pm
Expand Up @@ -3,6 +3,8 @@ package Plack::Middleware::ServerStatus;
use strict; use strict;
use warnings; use warnings;
use parent qw(Plack::Middleware); use parent qw(Plack::Middleware);
our $VERSION = '0.01';

use Plack::Util; use Plack::Util;
use Plack::Util::Accessor qw(header_name); use Plack::Util::Accessor qw(header_name);
use Text::MicroTemplate; use Text::MicroTemplate;
Expand Down

0 comments on commit 498c71a

Please sign in to comment.