Move Pod::Plainer from lib to ext
[p5sagit/p5-mst-13.2.git] / ext / DB_File / dbinfo
index 421d36c..b8cd65a 100644 (file)
@@ -4,10 +4,10 @@
 #                        a database file
 #
 # Author:      Paul Marquess  <Paul.Marquess@btinternet.com>
-# Version:     1.05 
-# Date         1sh November 2003
+# Version:     1.06 
+# Date         27th March 2008
 #
-#     Copyright (c) 1998-2003 Paul Marquess. All rights reserved.
+#     Copyright (c) 1998-2008 Paul Marquess. All rights reserved.
 #     This program is free software; you can redistribute it and/or
 #     modify it under the same terms as Perl itself.
 
@@ -18,9 +18,10 @@ use strict ;
 
 my %Data =
        (
-       0x053162 =>     {
+       0x053162 =>     # DB_BTREEMAGIC
+            {
                          Type     => "Btree",
-                         Versions => 
+                         Versions => # DB_BTREEVERSION
                                {
                                  1     => [0, "Unknown (older than 1.71)"],
                                  2     => [0, "Unknown (older than 1.71)"],
@@ -33,9 +34,10 @@ my %Data =
                                  9     => [1, "4.1.x or greater"],
                                }
                        },
-       0x061561 =>     {
+       0x061561 =>     # DB_HASHMAGIC
+            {
                          Type     => "Hash",
-                         Versions =>
+                         Versions => # DB_HASHVERSION
                                {
                                  1     => [0, "Unknown (older than 1.71)"],
                                  2     => [0, "1.71 -> 1.85"],
@@ -45,11 +47,13 @@ my %Data =
                                  6     => [0, "3.0.x"],
                                  7     => [0, "3.1.x -> 4.0.x"],
                                  8     => [1, "4.1.x or greater"],
+                                 9     => [1, "4.6.x or greater"],
                                }
                        },
-       0x042253 =>     {
+       0x042253 =>     # DB_QAMMAGIC
+            {
                          Type     => "Queue",
-                         Versions =>
+                         Versions => # DB_QAMVERSION
                                {
                                  1     => [0, "3.0.x"],
                                  2     => [0, "3.1.x"],