File: 00constants.t

package info (click to toggle)
libwww-curl-perl 4.17-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: perl: 1,909; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (10)
1
2
3
4
5
use strict;
use Test::Simple tests => 1;
use WWW::Curl::Easy;

ok( CURLOPT_URL == 10000 + 2 );