Skip to content

Commit

Permalink
Merge pull request #99 from jonasbn/issue92
Browse files Browse the repository at this point in the history
Update to the INSTALL documentation
  • Loading branch information
ehuelsmann committed Feb 10, 2021
2 parents 6f1ee39 + f8b1ac2 commit 37e2b06
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
INSTALL file for Workflow
INSTALL documentation for Workflow

$Id$
The recommended way of installing the Workflow is from CPAN.

perl Makefile.PL or perl Build.PL
make ./Build
make test ./Build test
make install ./Build install
# Using CPAN
$ cpan Workflow

# Using App::cpanminus
$ cpanm Workflow

This will also handle dependencies automatically.

The distribution tar-ball can be downloaded from MetaCPAN.

REF: https://metacpan.org/pod/Workflow

After unpacking the distribution tar-ball, the contents of the unpacked directory
includes a Makefile.PL and the following procedure can be used (please follow the
instructions provided by the different steps):

$ perl Makefile.PL
$ make
$ make test
$ make install

Dependencies will have to be installed separately and manually.

If you are working directorly on the GitHub repository you need Dist::Zilla.

Please see "Development" section of the repository Wiki for more details.

REF: https://github.com/jonasbn/perl-workflow/wiki/Development

0 comments on commit 37e2b06

Please sign in to comment.