summaryrefslogtreecommitdiff
path: root/t/new/00constants.t
blob: 2b41d1e9052821214503260f7315e36a6b85de46 (plain)
1
2
3
4
5
use strict;
use Test::Simple tests => 1;
use WWW::Curl::Easy;

ok( CURLOPT_URL == 10000 + 2 );