Simon Perrat <simon.perrat@xxxxxxxxx> a écrit :
2012/6/11 Pavel Volek <Pavel.Volek@xxxxxxxxxxxxxxx>:
+sub get_mw_all_pages {
+ my $pages = shift;
+ # No user-provided list, get the list of pages from the API.
+ my $mw_pages = $mediawiki->list({
+ action => 'query',
+ list => 'allpages',
+ aplimit => 500
+ });
Indentation should be 8 columns wide.
Indentation is correct here.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html