]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
Add deprecation warning for GlobLists, which will stop working in 3.0.
[ikiwiki.git] / IkiWiki.pm
index 6747a3ba45b7bf11bfec18319f85c7963a82c7c9..a81e34c3dfcb82b47ab743a53bf2eadb4b4238ad 100644 (file)
@@ -1597,6 +1597,8 @@ sub rcs_receive () {
 }
 
 sub globlist_to_pagespec ($) {
+       print STDERR "warning: deprecated GlobList style PageSpec \"$_[0]\" will stop working in ikiwiki version 3.0\n";
+
        my @globlist=split(' ', shift);
 
        my (@spec, @skip);