tired of asking
authorivan <ivan>
Thu, 20 Aug 2009 09:26:18 +0000 (09:26 +0000)
committerivan <ivan>
Thu, 20 Aug 2009 09:26:18 +0000 (09:26 +0000)
bin/generate-table-module

index 7635962..16a23e5 100755 (executable)
@@ -69,8 +69,12 @@ close DEST;
 # add to FS/FS/Mason.pm
 ###
 
-my $magic = '# Sammath Naur';
-system("perl -pi -e 's/$magic/use FS::$table;\n  $magic/' FS/FS/Mason.pm");
+# it needs to be:
+# 1. disablable (have an option to turn it off)
+# 2. documented in the schema change docs
+#
+#my $magic = '# Sammath Naur';
+#system("perl -pi -e 's/$magic/use FS::$table;\n  $magic/' FS/FS/Mason.pm");
 
 ###
 # add FS/t/table.t