The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Installing Jar-Manifest
Mithun Ayachit


Distribution page
=================

The latest and all previous releases for Jar-Manifest can be downloaded
from https://metacpan.org/release/Jar-Manifest

Install using cpanm
===================

Jar-Manifest can be installed with cpanm using the following command

    cpanm .

Install using Module::Build
===========================

Jar-Manifest can be installed with Module::Build using the following
commands

    perl ./Build.PL
    ./Build
    ./Build test
    ./Build install