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
829d1e13
Commit
829d1e13
authored
14 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Add README, begin documentation for Efa::Error::Setup
parent
311e4802
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+3
-2
3 additions, 2 deletions
README
lib/WWW/Efa/Error/Setup.pm
+23
-0
23 additions, 0 deletions
lib/WWW/Efa/Error/Setup.pm
with
26 additions
and
2 deletions
README
+
3
−
2
View file @
829d1e13
...
...
@@ -14,7 +14,8 @@ Installation
See also the Module::Build documentation.
Extra modules required for testing:
- Test::
More
- Test::
Command
- Test::Compile
- Test::More
- Test::Pod
- Test::
Command
- Test::
Synopsis
This diff is collapsed.
Click to expand it.
lib/WWW/Efa/Error/Setup.pm
+
23
−
0
View file @
829d1e13
package
WWW::Efa::Error::
Setup
;
=head1 NAME
WWW::Efa::Error::Setup - WWW::Efa error, happened in ->new()
=head1 SYNOPSIS
use WWW::Efa::Error::Setup;
my $error = WWW::Efa::Error::Setup->new(
'max_interchanges', '-1', 'Must be positive'
);
die $error->as_string();
# WWW::Efa setup error: Wrong arg for option max_interchanges: -1
# Must be positive
=head1 DESCRIPTION
Class for all WWW::Efa-internal errors occuring during initialization. Usually
caused by missing or invalid setup arguments.
=cut
use
strict
;
use
warnings
;
use
5.010
;
...
...
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