summaryrefslogtreecommitdiff
path: root/lib/WebService/TFL/TubeStatus/Response
diff options
context:
space:
mode:
Diffstat (limited to 'lib/WebService/TFL/TubeStatus/Response')
-rw-r--r--lib/WebService/TFL/TubeStatus/Response/Line.pm2
-rw-r--r--lib/WebService/TFL/TubeStatus/Response/LineStatus.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/WebService/TFL/TubeStatus/Response/Line.pm b/lib/WebService/TFL/TubeStatus/Response/Line.pm
index e8163a9..f962418 100644
--- a/lib/WebService/TFL/TubeStatus/Response/Line.pm
+++ b/lib/WebService/TFL/TubeStatus/Response/Line.pm
@@ -2,7 +2,7 @@ package WebService::TFL::TubeStatus::Response::Line;
use Moo;
use Types::Standard -all;
use WebService::TFL::TubeStatus::Response::LineStatus;
-use namespace::autoclean;
+use namespace::clean;
has id => (
is => 'ro',
diff --git a/lib/WebService/TFL/TubeStatus/Response/LineStatus.pm b/lib/WebService/TFL/TubeStatus/Response/LineStatus.pm
index 87eb52f..2e8e22b 100644
--- a/lib/WebService/TFL/TubeStatus/Response/LineStatus.pm
+++ b/lib/WebService/TFL/TubeStatus/Response/LineStatus.pm
@@ -1,7 +1,7 @@
package WebService::TFL::TubeStatus::Response::LineStatus;
use Moo;
use Types::Standard -all;
-use namespace::autoclean;
+use namespace::clean;
has [qw(statusSeverity statusSeverityDescription)] => (
is => 'ro',