about summary refs log tree commit diff stats
path: root/pyxis.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pyxis.pl')
-rwxr-xr-xpyxis.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyxis.pl b/pyxis.pl
index a0e4cba..3077281 100755
--- a/pyxis.pl
+++ b/pyxis.pl
@@ -65,7 +65,7 @@ my %dispatch = (
     },
     timeline => sub {
         my %twtxt;
-        for my $feed (path($feeds_dir)->children) {
+        foreach my $feed (path($feeds_dir)->children) {
             for my $line ($feed->lines) {
                 chomp $line;
                 next if (substr($line, 0, 1) eq "#"