Giter Site home page Giter Site logo

alien-ed-gnu's Introduction

NAME
    Alien::ed::GNU - Find or download and install GNU ed.

SYNOPSIS
     use Alien::ed::GNU;

     my $atleast_version = Alien::ed::GNU->atleast_version($wanted_version);
     my $bin_dir = Alien::ed::GNU->bin_dir;
     my $dist_dir = Alien::ed::GNU->dist_dir;
     my $exact_version = Alien::ed::GNU->exact_version($wanted_version);
     my $install_type = Alien::ed::GNU->install_type;
     my $max_version = Alien::ed::GNU->max_version($wanted_version);
     my $version = Alien::ed::GNU->version;

DESCRIPTION
    Some packages insist on using GNU ed tool.

    This package detect system GNU ed tool or install own.

SUBROUTINES/METHODS
    All methods are inherited from Alien::Base.

CONFIGURATION AND ENVIRONMENT
    Not yet.

EXAMPLE
     use strict;
     use warnings;

     use Alien::ed::GNU;

     print 'bin_dir: '.Alien::ed::GNU->bin_dir."\n"
             if defined Alien::ed::GNU->bin_dir;
     print 'dist_dir: '.Alien::ed::GNU->dist_dir."\n";
     print 'install_type: '.Alien::ed::GNU->install_type."\n";
     print 'version: '.Alien::ed::GNU->version."\n";

     # Output like (share):
     # bin_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU/bin
     # dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
     # install_type: share
     # version: 1.17

     # Output like (system):
     # dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
     # install_type: system
     # version: 1.17

DEPENDENCIES
    Alien::Base.

REPOSITORY
    <https://github.com/michal-josef-spacek/Alien-ed-GNU>

AUTHOR
    Michal Josef Špaček <mailto:[email protected]>

    <http://skim.cz>

LICENSE AND COPYRIGHT
    © 2022 Michal Josef Špaček

    BSD 2-Clause License

VERSION
    0.03

alien-ed-gnu's People

Contributors

michal-josef-spacek 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.