]> Dogcows Code - chaz/p5-CGI-Ex/blob - t/6_die_00_base.t
cca35e73b169281c64dc5f5ea679b507125e9938
[chaz/p5-CGI-Ex] / t / 6_die_00_base.t
1 # -*- Mode: Perl; -*-
2
3 use Test;
4
5 BEGIN {plan tests => 2};
6
7 use CGI::Ex::Die;
8 ok(1);
9
10 ok(eval {
11 import CGI::Ex::Die register => 1;
12 $SIG{__DIE__} eq \&CGI::Ex::Die::die_handler;
13 });
This page took 0.029707 seconds and 3 git commands to generate.