GithubHelp home page GithubHelp logo

acme-override-inet's Introduction

CONTRIBUTING

Thank you for considering contributing to this distribution. This file contains instructions that will help you work with the source code.

The distribution is managed with Dist::Zilla. This means than many of the usual files you might expect are not in the repository, but are generated at release time (e.g. Makefile.PL).

However, you can run tests directly using the 'prove' tool:

$ prove -l $ prove -lv t/some_test_file.t

For most distributions, 'prove' is entirely sufficent for you to test any patches you have.

You may need to satisfy some dependencies. See the included META.json file for a list. If you install App::mymeta_requires from CPAN, it's easy to satisfy any that you are missing by piping the output to your favorite CPAN client:

$ mymeta-requires | cpanm $ cpan mymeta-requires

Likewise, much of the documentation Pod is generated at release time. Depending on the distribution, some documentation may be written in a Pod dialect called WikiDoc. (See Pod::WikiDoc on CPAN.) If you would like to submit a documentation edit, please limit yourself to the documentation you see.

If you see typos or documentation issues in the generated docs, please email or open a bug ticket instead of patching.

Dist::Zilla is a very powerful authoring tool, but requires a number of author-specific plugins. If you would like to use it for contributing, install it from CPAN, then run one of the following commands, depending on your CPAN client:

$ cpan dzil authordeps $ dzil authordeps | cpanm

Once installed, here are some dzil commands you might try:

$ dzil build $ dzil test $ dzil xtest

You can learn more about Dist::Zilla at http://dzil.org/

acme-override-inet's People

Contributors

xdg avatar

Watchers

 avatar  avatar  avatar

acme-override-inet's Issues

Please make it clear in test output (cpantesters etc), if Acme::Override::INET is used within tests

Hi,
I get a lot of failed tests for IO::Socket::SSL, which are probably due to an installed Acme::Override::INET. Fortunatly I read yesterdays article about this module, so after a while I could correlate the errors to the installed module. But, it is not visible from the test reports that this module (which states itself that it can break things) is installed.

Also, there might be a less invasive way to test IO::Socket::IP. Please have a look at the way I did with Net::INET6Glue::INET_is_INET6 years ago. With this module you can override IO::Socket::INET with IO::Socket::INET6 (and since a few minutes with IO::Socket::IP) per application instead of globally.

Nevertheless, good to know that IPv6 finally makes its way into CORE.

Regards,
Steffen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.