File: Multi.pm

package info (click to toggle)
libwww-curl-perl 4.17-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 476 kB
  • ctags: 105
  • sloc: perl: 1,909; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package WWW::Curl::Multi;

use strict;
use warnings;
use WWW::Curl;

1;
__END__

Copyright (C) 2004 Sebastian Riedel, et al.

You may opt to use, copy, modify, merge, publish, distribute and/or sell
copies of the Software, and permit persons to whom the Software is furnished
to do so, under the terms of the MIT license.