https://github.com/haukex/shell-tools
Shell::Tools - Perl extension to reduce boilerplate in Perl shell scripts
https://github.com/haukex/shell-tools
perl perl-extension perl-module shell shell-tools
Last synced: 10 months ago
JSON representation
Shell::Tools - Perl extension to reduce boilerplate in Perl shell scripts
- Host: GitHub
- URL: https://github.com/haukex/shell-tools
- Owner: haukex
- Created: 2014-12-26T15:01:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T14:14:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T17:41:22.178Z (about 1 year ago)
- Topics: perl, perl-extension, perl-module, shell, shell-tools
- Language: Perl
- Homepage: https://metacpan.org/release/Shell-Tools
- Size: 36.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
Shell::Tools
============
This is the distribution of the Perl module
[`Shell::Tools`](https://metacpan.org/pod/Shell::Tools).
It is a Perl extension to reduce boilerplate in Perl shell scripts.
Please see the module's documentation (POD) for details
(try the command `perldoc lib/Shell/Tools.pm`)
and the file `Changes` for version information.
[](https://travis-ci.org/haukex/Shell-Tools)
[](https://ci.appveyor.com/project/haukex/shell-tools)
[](https://cpants.cpanauthors.org/dist/Shell-Tools)
[](http://matrix.cpantesters.org/?dist=Shell-Tools)
Installation
------------
To install this module type the following:
perl Makefile.PL
make
make test
make install
If you are running Windows, you may need to use `dmake`, `nmake`,
or `gmake` instead of `make`.
Dependencies
------------
Requirements: Perl v5.8 or higher (a more current version is strongly
recommended) and several of its core modules; users of Perl before v5.10
may need to upgrade a few core modules. There are several additional
recommended modules that can be installed from CPAN. The full list of
modules and their versions can be found in the file `Makefile.PL`.
This module should work on any platform supported by these modules.
Author, Copyright and License
-----------------------------
Copyright (c) 2014 Hauke Daempfling .
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl 5 itself.
For more information see the Perl Artistic License,
which should have been distributed with your copy of Perl.
Try the command `perldoc perlartistic` or see