File: 30-implicit_all.t

package info (click to toggle)
libhttp-exception-perl 0.04001-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 284 kB
  • sloc: perl: 297; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use strict;
use Test::More;
use lib 't/lib';
use Test::HTTP::Exception::Ranges;

use HTTP::Exception;
Test::HTTP::Exception::Ranges::test_range_ok(100, 200, 300, 400, 500);

done_testing;