Updated MANIFEST, Changes, and other similar distro maintenance
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine.pm
index 3722aed..722e2e7 100644 (file)
@@ -29,8 +29,6 @@ sub SIG_KEYS     () { 'K'    }
 sub SIG_SIZE     () {  1     }
 sub STALE_SIZE   () {  1     }
 
-################################################################################
-
 # Please refer to the pack() documentation for further information
 my %StP = (
     1 => 'C', # Unsigned char value (no order specified, presumably ASCII)
@@ -39,6 +37,8 @@ my %StP = (
     8 => 'Q', # Usigned quad (no order specified, presumably machine-dependent)
 );
 
+################################################################################
+
 sub new {
     my $class = shift;
     my ($args) = @_;