]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/Stub.pm
* Match 'web commit from' in SVN and git, these are web commits too.
[ikiwiki.git] / IkiWiki / Rcs / Stub.pm
index d3b72b5ea97bf3505e138fc8098007598bd1687a..82edbd43eb644651718c7a6ed9bca4737203dc2b 100644 (file)
@@ -1,8 +1,9 @@
-#!/usr/bin/perl -T
+#!/usr/bin/perl
 # Stubs for no revision control.
 
 use warnings;
 use strict;
+use IkiWiki;
 
 package IkiWiki;
 
@@ -23,4 +24,11 @@ sub rcs_add ($) {
 sub rcs_recentchanges ($) {
 }
 
+sub rcs_notify () {
+}
+
+sub rcs_getctime ($) {
+       error "getctime not implemented";
+}
+
 1