AnyEvent-Connector

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

        directory => ["t", "xt", "eg", "inc", "share"],
        file => ['README.pod', 'README.md'],
    },
    meta_add => {
        'meta-spec' => {
            version => 2,
            url => 'https://metacpan.org/pod/CPAN::Meta::Spec',
        },
        resources => {
            bugtracker => {
                web => 'https://github.com/debug-ito/AnyEvent-Connector/issues',
            },
            repository => {
                url => 'git://github.com/debug-ito/AnyEvent-Connector.git',
                web => 'https://github.com/debug-ito/AnyEvent-Connector',
            },
        }
    }
)->create_build_script();

META.json  view on Meta::CPAN

            "AnyEvent::Handle" : "0",
            "AnyEvent::Socket" : "0",
            "Net::EmptyPort" : "0",
            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/debug-ito/AnyEvent-Connector/issues"
      },
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/debug-ito/AnyEvent-Connector.git",
         "web" : "https://github.com/debug-ito/AnyEvent-Connector"
      }
   },
   "version" : "0.04",
   "x_serialization_backend" : "JSON::PP version 4.06"
}

META.yml  view on Meta::CPAN

    - inc
    - share
  file:
    - README.pod
    - README.md
requires:
  AnyEvent::Handle: '0'
  AnyEvent::Socket: '0'
  URI: '0'
resources:
  bugtracker: https://github.com/debug-ito/AnyEvent-Connector/issues
  repository: git://github.com/debug-ito/AnyEvent-Connector.git
version: '0.04'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

lib/AnyEvent/Connector.pm  view on Meta::CPAN


=item *

L<AnyEvent::HTTP> - it has C<tcp_connect> option to implement proxy
connection. You can use L<AnyEvent::Connector> for it.

=back

=head1 REPOSITORY

L<https://github.com/debug-ito/AnyEvent-Connector>

=head1 BUGS AND FEATURE REQUESTS

Please report bugs and feature requests to my Github issues
L<https://github.com/debug-ito/AnyEvent-Connector/issues>.

Although I prefer Github, non-Github users can use CPAN RT
L<https://rt.cpan.org/Public/Dist/Display.html?Name=AnyEvent-Connector>.
Please send email to C<bug-AnyEvent-Connector at rt.cpan.org> to report bugs
if you do not have CPAN RT account.


=head1 AUTHOR
 
Toshio Ito, C<< <toshioito at cpan.org> >>



( run in 0.668 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )