package Cpanel::Easy::PHP5::Curlwrappers;

# cpanel - Cpanel/Easy/PHP5/5_38/Curlwrappers.pm  Copyright(c) 2015 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use strict;
use warnings;

# Removed as of PHP 5.5 and moved to a PECL module.
#   https://wiki.php.net/rfc/curl-wrappers-removal-rfc
our $easyconfig = { 'skip' => 1 };

1;
