From 93cb8eea10ec33514d78760a6337914031b7b022 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 6 Nov 2015 14:01:33 +0100 Subject: add with_related to db-iris, enabled by default --- lib/Travel/Status/DE/IRIS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index ff146d8..4fbc511 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -37,7 +37,7 @@ sub new { serializable => $opt{serializable}, station => $opt{station}, user_agent => $ua, - with_related => $opt{with_related} // 1, + with_related => $opt{with_related}, }; bless( $self, $class ); -- cgit v1.2.3