#!/usr/bin/env perl
+use 5.010;
use strict;
use warnings;
perl script/misc/update-wiki-pages config/wiki_pages.yml
+Or with prove(1):
+
+ prove -e 'perl script/misc/update-wiki-pages' config/wiki_pages.yml
+
=cut
# Get the command-line options
# Value pages
ok(1, " Getting value pages");
- my $cnt = stick_content_in_hash("tag", "Template:${lang}ValueDescription", \%feature);
+ $cnt = stick_content_in_hash("tag", "Template:${lang}ValueDescription", \%feature);
ok(1, " Got $cnt value pages");
$count{value} += $cnt;
}