Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Travel-Status-DE-DBWagenreihung
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
Travel-Status-DE-DBWagenreihung
Commits
0e4de4ce
Commit
0e4de4ce
authored
6 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Add README, update Build.PL
parent
0e8352da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Build.PL
+1
-0
1 addition, 0 deletions
Build.PL
README
+36
-0
36 additions, 0 deletions
README
with
37 additions
and
0 deletions
Build.PL
+
1
−
0
View file @
0e4de4ce
...
@@ -24,6 +24,7 @@ Module::Build->new(
...
@@ -24,6 +24,7 @@ Module::Build->new(
'
JSON
'
=>
0
,
'
JSON
'
=>
0
,
'
List::Util
'
=>
0
,
'
List::Util
'
=>
0
,
'
LWP::UserAgent
'
=>
0
,
'
LWP::UserAgent
'
=>
0
,
'
Travel::Status::DE::IRIS
'
=>
1.20
,
},
},
sign
=>
1
,
sign
=>
1
,
meta_merge
=>
{
meta_merge
=>
{
...
...
This diff is collapsed.
Click to expand it.
README
0 → 100644
+
36
−
0
View file @
0e4de4ce
Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API
-------------------------------------------------------------------------------
<https://finalrewind.org/projects/Travel-Status-DE-DBWagenreihung/>
This software is not stable yet; API, script and module names/usage may change
without notice. There is no backwards compatibility.
Dependencies
------------
* perl 5.20 or newer
* JSON
* LWP::UserAgent
* Travel::Status::DE::IRIS
Installation
------------
From a release tarball:
* perl Build.PL
* ./Build
* sudo ./Build install
From git:
* perl Build.PL
* ./Build
* ./Build manifest
* sudo ./Build install
See also the Module::Build documentation.
You can then run 'man Travel::Status::DE::DBWagenreihung'. This distribution
also ships the script 'db-wagenreihung', see 'man db-wagenreihung'.
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