diff options
Diffstat (limited to 't/new/00constants.t')
-rw-r--r-- | t/new/00constants.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/new/00constants.t b/t/new/00constants.t new file mode 100644 index 0000000..2b41d1e --- /dev/null +++ b/t/new/00constants.t @@ -0,0 +1,5 @@ +use strict; +use Test::Simple tests => 1; +use WWW::Curl::Easy; + +ok( CURLOPT_URL == 10000 + 2 ); |