Skip to content

Commit

Permalink
doesn't provide hash slices
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Anazawa committed Sep 24, 2012
1 parent e64f8ef commit 2343ffb
Show file tree
Hide file tree
Showing 14 changed files with 437 additions and 535 deletions.
433 changes: 370 additions & 63 deletions lib/CGI/Header.pm

Large diffs are not rendered by default.

375 changes: 0 additions & 375 deletions lib/CGI/Header/Entity.pm

This file was deleted.

4 changes: 2 additions & 2 deletions t/00_compile.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict;
use Test::More tests => 2;
use Test::More tests => 1;

BEGIN {
use_ok 'CGI::Header::Entity';
#use_ok 'CGI::Header::Entity';
use_ok 'CGI::Header';
}
4 changes: 2 additions & 2 deletions t/10_normalization.t
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use strict;
use warnings;
use CGI::Header::Entity;
use CGI::Header;
use Test::Base;

plan tests => 1 * blocks();

my $header = 'CGI::Header::Entity';
my $header = 'CGI::Header';

run {
my $block = shift;
Expand Down
Loading

0 comments on commit 2343ffb

Please sign in to comment.