summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Travel/Status/DE/EFA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm
index 8774d59..122fcc7 100644
--- a/lib/Travel/Status/DE/EFA.pm
+++ b/lib/Travel/Status/DE/EFA.pm
@@ -149,7 +149,7 @@ sub new {
confess('You must specify a name');
}
if ( $opt{type}
- and not( $opt{type} =~ m{ ^ (?: stop stopID address poi ) $ }x ) )
+ and not( $opt{type} =~ m{ ^ (?: stop | stopID | address | poi ) $ }x ) )
{
confess('type must be stop, stopID, address, or poi');
}