Move module docu to work for NaturalDocs.

This commit is contained in:
Daniel Nichter
2011-07-02 12:29:08 -06:00
parent a9e002cc5a
commit 55c69ffbc1
81 changed files with 83 additions and 162 deletions

View File

@@ -15,6 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA 02111-1307 USA.
{
# Package: MockSyncStream
# MockSyncStream simulates a <TableSyncStream> module.
# It's used by mk-upgrade to quickly compare result sets for any differences.
@@ -22,7 +23,6 @@
# This causes RowDiff::compare_sets() to terminate early. So we don't actually
# sync anything. Unlike TableSyncStream, we're not working with a table but an
# arbitrary query executed on two servers.
{
package MockSyncStream;
use strict;