/usr/lib/perl5/WWW/Curl/Multi.pm is in libwww-curl-perl 4.15-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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 MPL or the MIT/X-derivate licenses. You may
pick one of these licenses.
|