Giter VIP home page Giter VIP logo

perl-cpan-access-adhoc's Introduction

CPAN-Access-AdHoc is Copyright (C) 2012-2022, 2024 by Thomas R. Wyant, III

DESCRIPTION

This package provides classes to do ad-hoc access to a CPAN repository.
It does not provide any functionality to actually install modules. What
it does provide is an API to query a CPAN repository as to its contents,
or to retrieve individual packages, individual files from packages, or
the metadata for a package.

You can configure the CPAN repository to query via a configuration file.
Absent a configuration file, the repository will be the user's Mini CPAN
(if present), the user's configured CPAN repository (if any), the user's
configured cpanminus repository (if any), or the user's configured
CPANPLUS repository.

See the eg/ directory for samples.

INSTALLATION

This package is installable by either of the two usual incantations:

    tar -xzf CPAN-Access-AdHoc-9.999.tar.gz
    perl Makefile.PL
    make
    make test
    make install

or

    tar -xzf CPAN-Access-AdHoc-9.999.tar.gz
    perl Build.PL
    ./Build
    ./Build test
    sudo ./Build install

You should substitute the appropriate program name for 'make', eg nmake
(typically) under MSWin32, or mms or mmk under VMS. See
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe for a copy of
nmake for MSWin32 if you need it.

Of course, since it's pure Perl, you can just expand the kit and drop
the .pm files into the CPAN/Access/ directory (creating it if necessary)
in the appropriate place in your @INC directories.

LICENSING INFORMATION

This package is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0. For more details, see the full text
of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.

perl-cpan-access-adhoc's People

Contributors

trwyant avatar

Watchers

 avatar

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.