Enclose all packages blocks and add Package devel docu.

This commit is contained in:
Daniel Nichter
2011-06-28 17:50:02 -06:00
parent b4b6376be1
commit 82931ec399
35 changed files with 142 additions and 106 deletions

View File

@@ -18,13 +18,15 @@
# ###########################################################################
# QueryRewriter package $Revision: 7473 $
# ###########################################################################
use strict;
use warnings FATAL => 'all';
# Package: QueryRewriter
# QueryRewriter rewrites and transforms queries.
{
package QueryRewriter;
use strict;
use warnings FATAL => 'all';
use English qw(-no_match_vars);
use constant MKDEBUG => $ENV{MKDEBUG} || 0;
# A list of verbs that can appear in queries. I know this is incomplete -- it
@@ -494,7 +496,7 @@ sub _d {
}
1;
}
# ###########################################################################
# End QueryRewriter package
# ###########################################################################