Game-HexDescribe
view release on metacpan or search on metacpan
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.52",
"File::ShareDir::Install" : "0"
}
},
"runtime" : {
"requires" : {
"Array::Utils" : "0",
"File::ShareDir" : "0",
"IO::Socket::SSL" : "0",
"List::MoreUtils" : "0",
"Modern::Perl" : "1.20180701",
"Mojolicious" : "0",
"Role::Tiny" : "0",
"Text::Autoformat" : "0",
"perl" : "5.026000",
"strict" : "0",
"warnings" : "0"
}
}
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Game-HexDescribe
no_index:
directory:
- t
- inc
requires:
Array::Utils: '0'
File::ShareDir: '0'
IO::Socket::SSL: '0'
List::MoreUtils: '0'
Modern::Perl: '1.20180701'
Mojolicious: '0'
Role::Tiny: '0'
Text::Autoformat: '0'
perl: '5.026000'
strict: '0'
warnings: '0'
resources:
repository: https://alexschroeder.ch/cgit/hex-describe
Makefile.PL view on Meta::CPAN
PREREQ_PM => {
'strict' => 0,
'warnings' => 0,
'Modern::Perl' => 1.20180701, # for '2018'
'Mojolicious' => 0,
'Array::Utils' => 0,
'List::MoreUtils' => 0,
'Text::Autoformat' => 0,
'File::ShareDir' => 0,
'Role::Tiny' => 0,
'IO::Socket::SSL' => 0, # if text-mapper requires https
},
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '6.52',
'File::ShareDir::Install' => 0,
},
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
[Try it](https://campaignwiki.org/hex-describe).
The app comes with a tutorial built in. See the
[Help](https://campaignwiki.org/hex-describe/help) link.
## Dependencies
Perl Modules (or Debian modules):
* Array::Utils or libarray-utils-perl
* IO::Socket::SSL or libio-socket-ssl-perl
* LWP::UserAgent or liblwp-useragent-perl
* List::MoreUtils or liblist-moreutils-perl
* Modern::Perl or libmodern-perl-perl
* Mojolicious or libmojolicious-perl
* Text::Autoformat or libtext-autoformat-perl
* File::ShareDir or libfile-sharedir-perl
* File::ShareDir::Install or libfile-sharedir-install-perl
The IO::Socket::SSL dependency means that youâll need OpenSSL
development libraries installed as well: openssl-devel or equivalent,
depending on your package manager.
To install from the working directory (which will also install all the
dependencies) use cpan or cpanm.
Example:
```bash
cpanm .
( run in 0.274 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )