Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perl-WebService-Redmine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
perl-WebService-Redmine
Commits
9908c135
Commit
9908c135
authored
11 years ago
by
Anton Soldatov
Browse files
Options
Downloads
Patches
Plain Diff
Added (trivial) installation notice
parent
d5b2f830
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
9908c135
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment