X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F10-args.t;fp=t%2F10-args.t;h=6b7b61c2b0d97a3cf90954a027fbdbcb0803e50c;hp=0000000000000000000000000000000000000000;hb=50cf1763d6570e6589e3e809aede60d7e3f1912e;hpb=0795f5538053670a03e594e27bd142b078053c1c diff --git a/t/10-args.t b/t/10-args.t new file mode 100644 index 0000000..6b7b61c --- /dev/null +++ b/t/10-args.t @@ -0,0 +1,17 @@ +#!perl + +use strict; +use warnings; + +use Test::More tests => 1; + +{ + local $SIG{__WARN__} = sub { die 'warn:' . join(' ', @_) }; + eval <