-
-
21 Oct 2021 00:38:03 UTC
- Distribution: Alien-PLplot
- Module version: 0.001
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (389 / 197 / 0)
- Kwalitee
Bus factor: 2- 90.91% Coverage
- License: perl_5
- Perl: v5.8.4
- Activity
24 month- Tools
- Download (11.27KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Alien::Base
- File::Spec
- base
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Alien::PLplot - Alien package for the PLplot plotting library
VERSION
version 0.001
DESCRIPTION
This distribution provides PLplot so that it can be used by other Perl distributions that are on CPAN. It does this by first trying to detect an existing install of PLplot on your system. If found it will use that. If it cannot be found, the source code will be downloaded from the internet and it will be installed in a private share location for the use of other modules.
SEE ALSO
- Alien
-
Documentation on the Alien concept itself.
- Alien::Base
-
The base class for this Alien.
- PLplot
AUTHOR
Zakariyya Mughal <zmughal@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Zakariyya Mughal.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Alien::PLplot, copy and paste the appropriate command in to your terminal.
cpanm Alien::PLplot
perl -MCPAN -e shell install Alien::PLplot
For more information on module installation, please visit the detailed CPAN module installation guide.