summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/efa b/bin/efa
index f073712..08bdc8c 100755
--- a/bin/efa
+++ b/bin/efa
@@ -185,12 +185,12 @@ $efa = eval {
check_for_error($@);
-my @routes = $efa->routes();
+my @routes = $efa->routes;
for my $i ( 0 .. $#routes ) {
- for my $c ( $routes[$i]->parts() ) {
+ for my $c ( $routes[$i]->parts ) {
- for my $extra ( $c->extra() ) {
+ for my $extra ( $c->extra ) {
if ( not( length $ignore_info and $extra =~ /$ignore_info/i ) ) {
say "# $extra";