Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Travel-Routing-DE-EFA
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-Routing-DE-EFA
Commits
05b9609c
Commit
05b9609c
authored
14 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation + fix typo in source comment
parent
a6f76d89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/efa
+6
-5
6 additions, 5 deletions
bin/efa
with
6 additions
and
5 deletions
bin/efa
+
6
−
5
View file @
05b9609c
...
...
@@ -73,7 +73,7 @@ sub display_connection {
for
my
$con
(
@
{
$con_parts
})
{
# Note:
Idet
s @{$con} elements
# Note:
Change
s @{$con} elements
foreach
my
$str
(
@
{
$con
})
{
$str
=~
s/[\s\n\t]+/ /gs
;
$str
=~
s/^ //
;
...
...
@@ -521,9 +521,10 @@ Print version information
=head1 EXIT STATUS
Zero if everything went well (or at least if B<efa> thinks so), one if you
gave ambiguous input and need to re-run B<efa> with different arguments. 255
on any other kind of error.
0 Everything went well
1 Ambiguous input, re-run efa with different arguments
2 efa.vrr.de error
255 Any other kind of error
=head1 CONFIGURATION
...
...
@@ -532,7 +533,7 @@ None.
=head1 DEPENDENCIES
This script requires perl 5.10 (or higher) with the modules
HTML::TreeBuilder::XPath and WWW::Mechanize
.
WWW::Mechanize and XML::LibXML
.
=head1 BUGS AND LIMITATIONS
...
...
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