Net-Curl
view release on metacpan or search on metacpan
inc/Compat.pm view on Meta::CPAN
use Carp qw(croak);
our $VERSION = 4.15;
=for Pod::Coverage
VERSION
=cut
# Dirty hack so Test::ConsistentVersion passes
sub VERSION {
return (caller)[0] eq 'Test::ConsistentVersion'
? '0.57'
: $VERSION;
}
my %packages = (
#MODULES#
);
my $start = tell *DATA;
unshift @INC, sub {
lib/Net/Curl/Compat.pm view on Meta::CPAN
use Carp qw(croak);
our $VERSION = 4.15;
=for Pod::Coverage
VERSION
=cut
# Dirty hack so Test::ConsistentVersion passes
sub VERSION {
return (caller)[0] eq 'Test::ConsistentVersion'
? '0.57'
: $VERSION;
}
my %packages = (
'WWW/Curl.pm' => 0,
'WWW/Curl/Easy.pm' => 420,
'WWW/Curl/Form.pm' => 4289,
'WWW/Curl/Multi.pm' => 5193,
'WWW/Curl/Share.pm' => 6272,
( run in 0.511 second using v1.01-cache-2.11-cpan-a3c8064c92c )