Skip to content
Snippets Groups Projects
Commit 9908c135 authored by Anton Soldatov's avatar Anton Soldatov
Browse files

Added (trivial) installation notice

parent d5b2f830
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,17 @@ from a given layout, but in the future it's aimed for various RedMine automation ...@@ -9,6 +9,17 @@ from a given layout, but in the future it's aimed for various RedMine automation
2. `Redminer` module, a Perl binding to [RedMine REST API](http://www.redmine.org/projects/redmine/wiki/Rest_api). 2. `Redminer` module, a Perl binding to [RedMine REST API](http://www.redmine.org/projects/redmine/wiki/Rest_api).
Please refer to [built-in POD documentation](../master/lib/Redminer.pm) for more details Please refer to [built-in POD documentation](../master/lib/Redminer.pm) for more details
## Installation
`ExtUtils::MakeMaker` style:
```shell
$ perl Makefile.PL
$ make
$ make test
$ make install
```
## Non-core Dependencies ## Non-core Dependencies
1. [LWP::UserAgent](https://metacpan.org/pod/LWP::UserAgent) 1. [LWP::UserAgent](https://metacpan.org/pod/LWP::UserAgent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment